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
22Mature · −50% score
First published
Aug 2021
Publisher
lviser

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"}'
Publisherlviser
Artifact bytes55,597
Previous version0.0.8
Published2022-09-28T16:13:20.892Z
SHA-256778e34c2913ce658f4b2f96cbcaf5ce40c1f4197dc9a550d0e0561aad808006e

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • buildyarn run clean && yarn run build:cjs && yarn run build:esm
  • build:cjstsc -p tsconfig.json --target ES5 --module CommonJS --outDir dist/lib
  • build:esmtsc -p tsconfig.json --target ES5 --module ESNext --outDir dist/esm
  • cleanrimraf dist
  • devyarn run clean && yarn run dev:cjs
  • dev:cjstsc -p tsconfig.json --target ES6 --module CommonJS --outDir dist/lib --watch
  • linteslint src __tests__ --ext .js,.ts
  • lint-fixeslint src __tests__ --ext .js,.ts --fix
  • prettierprettier src __tests__ -c -w
Dependencies2
  • @antv/dom-util^2.0.3
  • @antv/util^2.0.14