PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 4643689 bytes

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"}'
Artifact bytes1,852,820
Previous version1.0.99
Published2026-05-03T09:45:55.728Z
SHA-25609da025f5a2eaab48f06d4ca8ece4b7ca1cf5cf1acccd27fb9339f4bcbd31ea6

Why flagged

What the scanner saw

Large Javascript Payload: 4643689 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
1.0.100Version
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/dist/index.js4643689 bytes10

Manifest

Package metadata

Scripts7
  • buildtsc
  • build:watchtsc --watch
  • build:webpackwebpack
  • build:webpackwatchwebpack --watch
  • prepublishOnlynpm run build:webpack
  • testecho "Error: no test specified" && exit 1
  • yalc:watchchokidar 'src/**/*' -c 'npm run build:webpack && yalc publish --push'