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
340Mature · −50% score
First published
Jun 2021
Publisher
alex_zjt

Effective trust discount applied: 50% (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"}'
Publisheralex_zjt
Artifact bytes3,278,163
Previous version1.56.2
Published2026-06-11T06:46:30.778Z
SHA-256ef1d02195406d840f202e282d132da36ea243f8595d517aefdd0927d7ce650b5

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.56.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

Scripts21
  • buildnpm-run-all clean --parallel build:umd build:cjs build:esm build:dts
  • build:analysiscross-env FORMAT=esm ANALYSIS=true rollup -c rollup.config.js
  • build:cjscross-env FORMAT=cjs rollup -c rollup.config.js
  • build:dtsrun-s dts:*
  • build:esmcross-env FORMAT=es rollup -c rollup.config.js
  • build:size-limitsize-limit
  • build:size-limit-jsonpnpm build:size-limit -- --json
  • build:umdcross-env FORMAT=umd rollup -c rollup.config.js
  • cleanrimraf lib esm dist temp
  • dts:buildtsc -p tsconfig.declaration.json
  • dts:extractcross-env LIB=s2-core node ../../scripts/dts.js
  • startpnpm test:live
  • sync-eventnode ./scripts/sync-event.mjs
  • testjest --passWithNoTests
  • test:cipnpm test -- --maxWorkers=3
  • test:ci-coveragepnpm test:coverage --maxWorkers=3
  • test:coveragepnpm test -- --coverage
  • test:livenode ./scripts/test-live.mjs
  • test:watchpnpm test -- --watch
  • tsctsc --noEmit
  • watchrimraf esm && pnpm build:esm -w
Dependencies7
  • @antv/event-emitter^0.1.3
  • @antv/g-canvas^0.5.12
  • @antv/g-gesture^1.0.1
  • d3-interpolate^1.3.2
  • d3-timer^1.0.9
  • decimal.js^10.3.1
  • lodash^4.17.21