PkgRadar

Package evidence

@antv/[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.

Versions published
7
First published
Apr 2019
Publisher
atool

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":["@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"}'
Publisheratool
Artifact bytes12,401
Previous version1.0.5
Published2019-09-05T06:22:47.993Z
SHA-2567504e14126dd46ed7ecaf09dbdf8a4086f7e38c5e240450be37bcf5f93ea130d

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
1.0.6Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts10
  • cinpm run lint && npm run test
  • coveragenpm run coverage-generator && npm run coverage-viewer
  • coverage-generatornode bin/torch --compile --coverage --renderer --recursive __tests__/renderer
  • coverage-viewernode bin/coverage
  • testnpm run test-main && npm run test-renderer && npm run test-http
  • test-httpnode bin/torch --dom-global --compile --http __tests__/main
  • test-http-livenode bin/torch --compile --http --interactive __tests__/renderer
  • test-livenode bin/torch --compile --interactive __tests__/renderer
  • test-mainnode bin/torch --compile --dom-global __tests__/main
  • test-renderernode bin/torch --compile --renderer --notify-on-fail __tests__/renderer
Dependencies24
  • @antv/istanbul^0.0.0
  • @babel/core^7.0.0
  • @babel/preset-env^7.0.0
  • @babel/register^7.0.0
  • babel-plugin-istanbul~4.1.6
  • chokidar~2.0.3
  • commander~2.15.1
  • electron~4.1.0
  • electron-cookies~1.1.0
  • finalhandler~1.1.1
  • glob~7.1.2
  • is-electron-renderer~2.0.1
  • jsdom~11.10.0
  • jsdom-global~3.0.2
  • less^3.9.0
  • macaca-utils~1.0.0
  • microtemplate~1.0.2
  • minimatch~3.0.4
  • mocha~4.0.1
  • node-notifier~5.1.2
  • serve-static~1.13.1
  • source-map-support~0.4.15
  • typescript^3.5.3
  • which~1.2.14