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.

Weekly downloads
128,998Ubiquitous · −70% score
Versions published
19Established · −30% score
First published
Jun 2018
Publisher
simaq
External confirmation
MAL-2026-3849OSV match · pinned to high regardless of other signals

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publishersimaq
Artifact bytes241,234
Previous version0.0.1-beta.2
Published2018-06-25T08:54:05.440Z
SHA-2567e88658f6675f3a58d56a14be19ccc934704a72f769ca5354ab1b5e84b7ec236

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

high
Last checked
highRisk
0Score
0.0.1Version
Status history (1 event)
  1. newavailable · risk high · 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/adjust.min.js -- build/adjust.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