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
33Established · −30% score
First published
Nov 2025
Publisher
iaaron

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"}'
Publisheriaaron
Artifact bytes1,739,906
Previous version0.2.15
Published2026-03-05T07:00:33.979Z
SHA-2564e8f1d76b94d24bb73727621eb9b395b3f2dcd89a7a8d6a39435e4f480732d91

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts18
  • buildrun-s clean build:esm build:cjs build:umd size
  • build:cjstsc --module commonjs --outDir lib
  • build:esmtsc --module ESNext --outDir esm && tsc-alias -p tsconfig.json --outDir esm && node -e "require('fs').writeFileSync('esm/package.json', JSON.stringify({ type: 'module' }))"
  • build:sitenpm --prefix site run build:static
  • build:umdvite build
  • build:watchtsc -p tsconfig.json --watch
  • check:testtsc --noEmit -p __tests__
  • cirun-s build test lint
  • cleanrimraf esm lib dist tsconfig.tsbuildinfo
  • devcd dev && npm run dev
  • formatprettier --write . --ignore-path ./.gitignore
  • lintrun-s lint:root lint:site
  • lint:rooteslint . --ext .ts,.tsx --ignore-pattern 'site/**' && npm run check:test
  • lint:sitenpm --prefix site run lint
  • prepublishOnlynpm run ci
  • sizesize-limit
  • testvitest --run --coverage
  • versionnode scripts/version.mjs
Dependencies13
  • @antv/hierarchy^0.7.0
  • @antv/layout^2.0.0-beta.0
  • culori^4.0.2
  • d3^7.9.0
  • eventemitter3^5.0.1
  • flru^1.0.2
  • linkedom^0.18.12
  • lodash-es^4.17.21
  • measury^0.1.5
  • postcss^8.5.6
  • roughjs^4.6.6
  • round-polygon^0.6.7
  • tinycolor2^1.6.0