PkgRadar

Package evidence

@typescript/[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
7,865,275Ubiquitous · −70% score
Versions published
382Mature · −50% score
First published
May 2025
Publisher
typescript-deploys

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

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":["@typescript/[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":["@typescript/[email protected]"],"fail_on":"review"}'
Artifact bytes311,273
Previous version7.0.0-dev.20260616.1
Published2026-06-17T08:01:00.212Z
SHA-25691a612a8147d71344df8796c8d64dc0e6f577dc03edc722346b45995de2826ab

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
7.0.0-dev.20260617.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

Scripts16
  • allnpm run clean && npm run compile && npm run lint && npm run test
  • all:publishgit clean -xfd . && npm install && npm run compile:publish && npm run lint && npm run test
  • cleanrimraf lib && rimraf dist
  • compiletsc -b ./tsconfig.json
  • compile:publishtsc -b ./tsconfig.publish.json
  • linteslint src
  • prepacknpm run all:publish
  • prepublishOnlyecho "⛔ Can only publish from a secure pipeline ⛔" && node ../build/npm/fail
  • preversionnpm test
  • testnpm run test:node && npm run test:browser
  • test:browsernpm run webpack:test:silent && node ../build/bin/runBrowserTests.js http://127.0.0.1:8080/jsonrpc/src/browser/test/
  • test:nodenode ../node_modules/mocha/bin/_mocha
  • watchtsc -b ./tsconfig.watch.json -w
  • webpacknode ../build/bin/webpack --mode none --config ./webpack.config.js
  • webpack:testnode ../build/bin/webpack --mode none --config ./src/browser/test/webpack.config.js
  • webpack:test:silentnode ../build/bin/webpack --no-stats --mode none --config ./src/browser/test/webpack.config.js