PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2424846 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
52Mature · −50% score
First published
Feb 2016
Publisher
jzatecky

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherjzatecky
Artifact bytes504,677
Previous version2.0.0
Published2026-04-18T06:47:09.976Z
SHA-2562302f8b7d6f9b8105a9bca08c1e0447532e85dc967795a4bd3ff13c476a8d03e

Why flagged

What the scanner saw

Large Javascript Payload: 2424846 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/test-compiled/index.js2424846 bytes10

Manifest

Package metadata

Scripts19
  • buildnpm run build:script && npm run build:style
  • build:scriptnpm run build:script-umd && npm run build:script-esm
  • build:script-esmwebpack --env=target=esm
  • build:script-umdwebpack --env=target=umd
  • build:scsssass src/scss/react-checkbox-tree.scss lib/react-checkbox-tree.css
  • build:stylenpm run build:scss && npm run build:style-autoprefix
  • build:style-autoprefixpostcss lib/react-checkbox-tree.css --use autoprefixer --output lib/react-checkbox-tree.css
  • exampleswebpack serve --config=webpack.config.examples.js
  • format:styleprettier --write src/scss/**/*.scss examples/src/scss/**/*.scss
  • gh-buildwebpack --config=webpack.config.examples.js --mode=production
  • gh-deploynpm run gh-build && bash ./gh-deploy.sh
  • lintnpm run lint:script && npm run lint:style
  • lint:scripteslint src/**/*.{js,jsx} examples/src/**/*.{js,jsx} test/**/*.{js,jsx} *.{js,jsx}
  • lint:stylestylelint src/scss/**/*.scss examples/src/scss/**/*.scss
  • prepublishOnlynpm run test-and-build
  • testnpm run lint && npm run test:script && npm run test:style-format
  • test-and-buildnpm run test && npm run build
  • test:scriptwebpack --config=webpack.config.test.js && mocha test-compiled/index.js --exit
  • test:style-formatprettier --check src/scss/**/*.scss examples/src/scss/**/*.scss
Dependencies4
  • classnames^2.2.5
  • fast-equals^6.0.0
  • lodash.memoize^4.1.2
  • prop-types^15.5.8