PkgRadar

Package evidence

@bufferapp/[email protected]

no findings

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
4
Versions published
8
First published
Apr 2017
Publisher
pioul

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["@bufferapp/[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["@bufferapp/[email protected]"],"fail_on":"review"}'
Publisherpioul
Artifact bytes5,303
Previous version2.0.0-rc8.1
Published2018-02-23T12:31:34.893Z
SHA-2562d496402ea869e10ab1d0fa45edfbd2de80fa8451b8fb11a4e8aaba44eb2ee37

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
2.0.0-rc8.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts5
  • buildnpm run clean && npm run build:js && npm run build:css
  • build:cssnode ../scripts/concatCssFiles $(pwd) && ../node_modules/.bin/rimraf lib-css
  • build:jsWEBPACK_CONFIG=$(pwd)/webpack.config.js BABEL_DISABLE_CACHE=1 BABEL_ENV=production NODE_ENV=production ../node_modules/.bin/babel --out-dir='lib' --ignore='__test__/*' src
  • clean../node_modules/.bin/rimraf lib
  • prepublishnpm run build
Dependencies8
  • @bufferapp/draft-js0.10.1-fork.2
  • decorate-component-with-props^1.0.2
  • find-with-regex^1.0.2
  • immutable~3.7.4
  • lodash.escaperegexp^4.1.2
  • prop-types^15.5.8
  • rimraf^2.6.2
  • union-class-names^1.0.0