PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2228569 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
24
First published
Apr 2026
Publisher
jantimon

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"}'
Publisherjantimon
Artifact bytes910,246
Previous version0.19.0
Published2026-05-29T13:34:56.422Z
SHA-2569ec19265bd56906c8481baeb0dbdd251870e582cee2e905dcd5cfc1230263eba

Why flagged

What the scanner saw

Large Javascript Payload: 2228569 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/import-map-QVME7O3D.js2228569 bytes0
lowLarge Javascript Payloadpackage/dist/types-5ZDI66OQ.js2089680 bytes0

Manifest

Package metadata

Scripts14
  • buildnode scripts/clean-dist.mjs && node scripts/build-runtime.mjs && node scripts/build-picker.mjs && node scripts/build-default-vendor.mjs && tsup && cp src/theme.css dist/theme.css
  • build:libtsup
  • build:pickernode scripts/build-picker.mjs
  • build:runtimenode scripts/build-runtime.mjs
  • build:vendornode scripts/build-default-vendor.mjs
  • devpnpm --filter e2e-fixture dev
  • formatoxfmt
  • format:checkoxfmt --check
  • lintoxlint
  • lint:fixoxlint --fix
  • testvitest run
  • test:e2eplaywright test
  • test:watchvitest
  • typechecktsc --noEmit && tsc --noEmit -p examples/e2e-fixture && tsc --noEmit -p examples/gh-pages && tsc --noEmit -p examples/custom-vendor && tsc --noEmit -p examples/virtual-modules && tsc --noEmit -p examples/cdn-esmsh && tsc --noEmit -p examples/transform && tsc --noEmit -p examples/starter
Dependencies4
  • @jridgewell/trace-mapping^0.3.31
  • @swc/wasm-web^1.15.30
  • es-module-lexer^2.1.0
  • react-refresh^0.18.0