PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 6031103 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
207,682,659Ubiquitous · −70% score
Versions published
3,760Mature · −50% score
First published
Oct 2012
Publisher
typescript-bot

Effective trust discount applied: 70% (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"}'
Artifact bytes4,043,150
Previous version5.5.3
Published2024-07-22T23:02:51.857Z
SHA-2562680b6354d462a1d90a2cf10c790e071f1c45081c9d4561cb47ce23c934d8586

Why flagged

What the scanner saw

Large Javascript Payload: 6031103 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/lib/tsc.js6031103 bytes10
mediumLarge Javascript Payloadpackage/lib/typescript.js8874208 bytes10

Manifest

Package metadata

Scripts11
  • buildnpm run build:compiler && npm run build:tests
  • build:compilerhereby local
  • build:testshereby tests
  • build:tests:notypecheckhereby tests --no-typecheck
  • cleanhereby clean
  • formatdprint fmt
  • gulphereby
  • linthereby lint
  • setup-hooksnode scripts/link-hooks.mjs
  • testhereby runtests-parallel --light=false
  • test:eslint-ruleshereby run-eslint-rules-tests