PkgRadar

Package evidence

@vcmap/[email protected]

Install-time lifecycle script: postinstall="node build/postinstall.js && node build/buildShader.js"

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
120Mature · −50% score
First published
Nov 2021
Publisher
jbolling

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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@vcmap/[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":["@vcmap/[email protected]"],"fail_on":"review"}'
Publisherjbolling
Artifact bytes1,966,133
Previous version6.3.6
Published2026-05-21T14:06:13.577Z
SHA-25692bec97f1db4123ea07c081571174e9ddc7e1f651d3b258f4f97238d80bd89a0

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node build/postinstall.js && node build/buildShader.js"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
2Score
6.3.7Version
Status history (2 events)
  1. availableavailable · risk review · score 2 · status available -> available, risk high -> review, score 17 -> 2
  2. newavailable · risk high · score 17 · 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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node build/postinstall.js && node build/buildShader.js"5

Manifest

Package metadata

Scripts18
  • buildtsc && node -e "require('fs').cpSync('tests/data', 'dist/tests/data', { recursive: true })"
  • build-docstypedoc index.ts --out docs --skipErrorChecking
  • build-shadernode build/buildShader.js
  • circular-checkmadge --circular src/**/*.ts
  • coveragec8 --reporter text-summary npm run test
  • coverage:gitlabc8 --reporter text-summary npm run test -- --reporter mocha-junit-reporter
  • formatprettier --write --list-different . && npm run lint:js -- --fix
  • lintnpm run lint:js && npm run lint:prettier
  • lint:jseslint . --ext .vue,.js,.cjs,.mjs,.ts
  • lint:prettierprettier --check .
  • postbuildnode build/postBuild.js
  • postinstallnode build/postinstall.js && node build/buildShader.js
  • prebuildnode build/buildShader.js
  • preparenpm run build
  • pretesttsc -b tests && node -e "require('fs').cpSync('tests/data', '.tests/tests/data', { recursive: true })"
  • testmocha --exit --require .tests/tests/setupJsdom.js --enable-source-maps --require .tests/tests/setup.js --file .tests/tests/vcs.js ".tests/**/*.spec.js"
  • type-checktsc --noEmit
  • watchnode build/watch.js
Dependencies11
  • @vcsuite/check^3.2.2
  • @vcsuite/logger^1.0.1
  • @vcsuite/parsers^2.0.0
  • fast-deep-equal^3.1.3
  • flatgeobuf^3.38.0
  • geotiff^2.1.3
  • ol-mapbox-style^13.2.0
  • proj4^2.15.0
  • rbush>=4.0.0
  • rbush-knn^4.0.0
  • uuid^14.0.0