PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 6307978 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.

Weekly downloads
280
Versions published
209Mature · −50% score
First published
May 2024
Publisher
anasshofyandev

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

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 bytes24,883,319
Previous version0.3.14
Published2026-05-18T13:30:59.543Z
SHA-256483ceccbca516264379831dfaf4224b7c8c5019d560aa331e71089bb0fcc11c1

Why flagged

What the scanner saw

Large Javascript Payload: 6307978 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.3.15Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.cjs.js6307978 bytes0
lowLarge Javascript Payloadpackage/dist/index.es.js7396753 bytes0
lowLarge Javascript Payloadpackage/dist/index.umd.js6306312 bytes0

Manifest

Package metadata

Scripts13
  • buildtsc --emitDeclarationOnly && vite build
  • build-storybookstorybook build
  • changelogconventional-changelog -p angular -i CHANGELOG.md -s -r 0
  • devvite
  • linteslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0
  • preparenpm run build
  • previewvite preview
  • pubnpm publish --access public
  • release:alphanpm version prerelease --preid=alpha && npm publish --access public --tag alpha
  • release:majornpm version major -m "chore(release): %s" && git push --follow-tags
  • release:minornpm version minor -m "chore(release): %s" && git push --follow-tags
  • release:patchnpm version patch -m "chore(release): %s" && git push --follow-tags
  • storybookstorybook dev -p 6006
Dependencies14
  • @emotion/react^11.14.0
  • @emotion/styled^11.14.0
  • @mui/icons-material^6.4.2
  • @mui/material^6.4.2
  • @mui/x-date-pickers^7.25.0
  • @radix-ui/react-switch^1.1.3
  • framer-motion^12.33.0
  • lottie-react^2.4.1
  • material-react-table^3.1.0
  • react-dropzone^14.4.0
  • react-number-format^5.4.4
  • react-select^5.8.0
  • react-textarea-autosize^8.5.7
  • react-window^1.8.11