PkgRadar

Package evidence

@antv/[email protected]

Install-time lifecycle script: postinstall="npm run build"

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
1,072Niche · −30% score
Versions published
9
First published
Apr 2019
Publisher
lzxue

Effective trust discount applied: 30% (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":["@antv/[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":["@antv/[email protected]"],"fail_on":"review"}'
Publisherlzxue
Artifact bytes20,472
Previous version1.0.4
Published2019-04-16T10:25:54.447Z
SHA-2560ee896848b676e6ee25feba483f8be344a8c8eb9ad9cbd5ebc10833a6b4a5f8d

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm run build"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm run build"5

Manifest

Package metadata

Scripts12
  • buildrm -rf lib && tsc
  • coveragenpm run coverage-generator && npm run coverage-viewer
  • coverage-generatortorch --coverage --compile --renderer --source-pattern ./src/**/*.js --recursive ./__tests__/unit/
  • coverage-viewernode node_modules/@antv/torch/bin/coverage
  • postinstallnpm run build
  • prepublishnpm run build
  • testtorch --compile --recursive ./__tests__/unit
  • test-allnpm run test && npm run test-bugs
  • test-bugstorch --compile --renderer --recursive ./__tests__/bugs
  • test-bugs-livetorch --compile --interactive --watch --recursive ./__tests__/bugs
  • test-livetorch --compile --interactive --watch --recursive ./__tests__/unit
  • tsctsc --noEmit
Dependencies2
  • @antv/gl-matrix^2.7.1
  • @antv/util~2.0.1