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
19Established · −30% score
First published
Jun 2018
Publisher
simaq

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

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 bytes236,972
Previous version0.0.2
Published2018-06-25T10:02:47.090Z
SHA-25645ab1b7d35df3449ba225d3dce583d07d30078f5580792d29c5035ee2ea2595b

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts25
  • buildwebpack
  • build-libbabel src --out-dir lib
  • bundlerelectron ./bundler/app.js
  • cinpm run lint && npm run test
  • compressuglifyjs -c -m -o dist/attr.min.js -- build/attr.js
  • coveragenpm run coverage-generator && npm run coverage-viewer
  • coverage-generatortorch --compile --coverage --renderer --source-pattern src/*.js,src/**/*.js --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 build-lib && npm run dist
  • screenshotnode ./bin/screenshot.js
  • startnpm run dev
  • testtorch --renderer --recursive ./test/unit
  • test-allnpm run test && npm run test-bugs
  • test-bugstorch --compile --renderer --recursive ./test/bugs
  • test-bugs-livetorch --compile --interactive --watch --recursive ./test/bugs
  • test-livetorch --interactive --watch --recursive ./test/unit
  • watchwebpack --config webpack-dev.config.js
  • win-devnode ./bin/win-dev.js
Dependencies1
  • @antv/util~1.0.6