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
2
First published
Dec 2017
Publisher
simaq

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"}'
Publishersimaq
Artifact bytes2,175,334
Previous versionnone
Published2017-12-15T01:49:47.326Z
SHA-256e3c81dbeb97ea34542d3e89b4de4b34c9a75488c68996f9a4f65acc7ce1cd6c3

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts19
  • buildwebpack
  • cinpm run lint && npm run test
  • compressuglifyjs -c -m -o dist/g2-brush.min.js -- build/g2-brush.js
  • coveragenpm run coverage-generator && npm run coverage-viewer
  • coverage-generatortorch --compile --coverage --renderer --recursive test/unit
  • coverage-viewertorch-coverage
  • demoselectron ./demos/app.js
  • demos-webnode ./demos/app.js --web --port 2046
  • devnpm run watch & npm run demos-web
  • distnpm run mkdir-dist && npm run build && npm run compress
  • linteslint --ext .html,.js ./
  • lint-fixeslint --ext .html,.js --fix ./
  • mkdir-distnode ./bin/mkdir-dist.js
  • prepublishOnlynpm run dist
  • screenshotnode ./bin/screenshot.js
  • testtorch --compile --renderer --recursive ./test/unit
  • test-livetorch --compile --interactive --watch --recursive ./test/unit
  • watchwebpack --config webpack-dev.config.js
  • win-devnode ./bin/win-dev.js