PkgRadar

Package evidence

@antv/[email protected]

Large Javascript Payload: 7827994 bytes

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
642Mature · −50% score
First published
Nov 2018
Publisher
lzxue

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"}'
Publisherlzxue
Artifact bytes24,117,647
Previous version1.3.0-beta.2
Published2019-08-20T08:11:06.180Z
SHA-256508acf11f6de149eb253198411b76574b9fd69b83bf5706d6dc0d6f675c7b53d

Why flagged

What the scanner saw

Large Javascript Payload: 7827994 bytes

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

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/build/L7.js7827994 bytes0

Manifest

Package metadata

Scripts32
  • buildrollup -c --environment BUILD:production
  • build-devrollup -c --environment BUILD:dev
  • build-libbabel src --out-dir lib
  • build-prodrollup -c --environment BUILD:production
  • build-prod-minrollup -c --environment BUILD:production,MINIFY:true
  • bundlerelectron ./bundler/app.js
  • cinpm run lint && npm run test
  • compressnpm run compress-l7
  • compress-coreuglifyjs -c -m -o dist/l7-core.min.js -- build/l7-core.js
  • compress-l7uglifyjs -c -m -o dist/l7.min.js -- build/l7.js
  • compress-simpleuglifyjs -c -m -o dist/l7-simple.min.js -- build/l7-simple.js
  • coveragenpm run coverage-generator && npm run coverage-viewer
  • coverage-generatortorch --compile --coverage --renderer --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 build-dev && npm run build-prod && npm run build-prod-min
  • 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 watch-dev
  • testtorch --compile-opts ./.torch.compile.opts.js --compile --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 --compile --interactive --watch --recursive test/unit
  • watchwebpack --config webpack-dev.config.js
  • …and 2 more.
Dependencies27
  • @antv/g^3.1.3
  • @antv/geo-coord^1.0.8
  • @antv/util~2.0.1
  • @mapbox/geojson-rewind^0.4.0
  • @mapbox/tiny-sdf^1.1.0
  • @mapbox/vector-tile^1.3.1
  • @turf/bbox^6.0.1
  • @turf/clean-coords^6.0.1
  • @turf/invariant^6.1.2
  • @turf/meta^6.0.2
  • d3-dsv^1.0.10
  • d3-hexbin^0.2.2
  • earcut^2.1.3
  • fecha^2.3.3
  • geojson-rewind^0.3.1
  • gl-matrix^2.4.1
  • gl-vec2^1.3.0
  • lodash^4.17.5
  • pbf^3.2.0
  • polyline-miter-util^1.0.1
  • rbush^2.0.2
  • simple-statistics^7.0.1
  • supercluster^6.0.1
  • three^0.101.1
  • viewport-mercator-project^5.2.0
  • webworkify-webpack^2.1.3
  • wolfy87-eventemitter~5.2.4