PkgRadar

Package evidence

@bufferapp/[email protected]

Large Javascript Payload: 2308273 bytes

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.

Versions published
3
First published
Aug 2018
Publisher
hamstu

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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"}'
Publisherhamstu
Artifact bytes602,219
Previous version3.2.5
Published2019-04-24T17:26:21.373Z
SHA-25658810f169c833d0566ed9ad257f3894e783b50f4725205f68cee2c4419a0c5c7

Why flagged

What the scanner saw

Large Javascript Payload: 2308273 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
3.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/docs/index.js2308273 bytes10

Manifest

Package metadata

Scripts18
  • buildtrash lib && babel src/components --out-dir lib/components
  • cleantrash lib
  • devnpm-run-all --parallel watch test:browser
  • docs:buildnpm run build && npm-run-all -p docs:build:*
  • docs:build:csslessc src/docs/index.less docs/index.css
  • docs:build:htmlncp src/docs/index.html docs/index.html
  • docs:build:jsbrowserify -t [ babelify ] -t [ brfs ] --extension=.jsx src/docs/index.jsx --outfile docs/index.js
  • docs:watchnpm-run-all -p docs:watch:*
  • docs:watch:cssautoless src/docs/ docs/
  • docs:watch:htmlsane 'npm run docs:build:html' src/docs/ --glob='index.html'
  • docs:watch:jswatchify -t [ babelify ] -t [ brfs ] --extension=.jsx src/docs/index.jsx --outfile docs/index.js -v
  • linteslint src --ext .js --ext .jsx
  • postpublishnpm run clean
  • prepublishnpm run build
  • testnpm run build && zuul -- test/**/*.{js,jsx}
  • test:browserzuul --local 55555 -- test/**/*.{js,jsx}
  • test:electronzuul --electron -- test/**/*.{js,jsx}
  • watchnpm run build -- -w
Dependencies2
  • classnames^2.1.2
  • prop-types^15.5.8