PkgRadar

Package evidence

[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
2,182Niche · −30% score
Versions published
15Established · −30% score
First published
Mar 2025
Publisher
shakacode-justin

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

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":["[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"}'
Artifact bytes45,112
Previous version19.2.0-rc.1
Published2026-06-17T08:36:45.028Z
SHA-256d41fd2f3bd11deb6cb15b04b4bc3ea1114b1b7133f89e847eb4505dc8aa7f2ec

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
19.2.0-rc.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

Scripts13
  • buildrm -rf dist tsconfig.tsbuildinfo && yarn run tsc
  • build-if-neededtest -f dist/client.browser.js -a -f dist/client.node.js -a -f dist/server.node.js -a -f dist/flight-server.js -a -f dist/flight-server.browser.js -a -f dist/flight-server.edge.js -a -f dist/flight-server.node.js -a -f dist/flight-server.node.unbundled.js -a -f dist/RSCReferenceDiscoveryPlugin.js -a -f dist/RSCReferenceDiscoveryPlugin.d.ts -a -f dist/react-server-dom-rspack/plugin.js -a -f dist/react-server-dom-rspack/loader.js -a -f dist/webpack/RSCWebpackPlugin.js || (yarn run build && test -f dist/client.browser.js -a -f dist/client.node.js -a -f dist/server.node.js -a -f dist/flight-server.js -a -f dist/flight-server.browser.js -a -f dist/flight-server.edge.js -a -f dist/flight-server.node.js -a -f dist/flight-server.node.unbundled.js -a -f dist/RSCReferenceDiscoveryPlugin.js -a -f dist/RSCReferenceDiscoveryPlugin.d.ts -a -f dist/react-server-dom-rspack/plugin.js -a -f dist/react-server-dom-rspack/loader.js -a -f dist/webpack/RSCWebpackPlugin.js)
  • prepackyarn run build-if-needed
  • prepareyarn run build-if-needed
  • prepublishOnlyyarn run build
  • releasebash scripts/release.sh
  • release:dry-runbash scripts/release.sh --dry-run
  • testyarn test:rsc && yarn test:non-rsc
  • test:e2ebash scripts/e2e/run.sh
  • test:e2e:downstreambash scripts/e2e/downstream.sh
  • test:non-rscjest tests --testPathIgnorePatterns=".*\.rsc\.test\..*"
  • test:rscNODE_CONDITIONS=react-server jest tests/*.rsc.test.*
  • verify:artifactsbash scripts/verify-release.sh
Dependencies4
  • acorn-loose^8.3.0
  • neo-async^2.6.1
  • react-server-dom-webpack~19.2.7
  • webpack-sources^3.2.0