PkgRadar

Package evidence

@mapvx/[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
4
First published
Mar 2026
Publisher
lzdevelopers

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":["@mapvx/[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":["@mapvx/[email protected]"],"fail_on":"review"}'
Publisherlzdevelopers
Artifact bytes640,313
Previous versionnone
Published2026-03-25T21:26:22.244Z
SHA-256cf4c7713db7ead2f3a8aa70a17af4968b6444779984dd12d697b609c2ef62a5c

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts36
  • buildpnpm run clean && pnpm run build:es && pnpm run build:cjs && pnpm run build:umd && pnpm run copy-assets
  • build:cjstsc -p tsconfig.cjs.json
  • build:devpnpm run clean && pnpm run copy-assets && tsc
  • build:estsc -p tsconfig.esm.json
  • build:umdwebpack
  • cleanrimraf dist/
  • copy-assetsnode scripts/copy-assets.js
  • docscd docs && pnpm install --frozen-lockfile && pnpm run dev
  • docs:buildpnpm run typedoc:build && rimraf docs/out && cd docs && pnpm install --frozen-lockfile && pnpm run build
  • docs:deploypnpm run docs:build && gh-pages -d docs/out
  • docs:formatpnpm run docs:lint:fix
  • docs:format:allpnpm run docs:prettier && pnpm run docs:lint:fix
  • docs:lintmarkdownlint docs/content/**/*.mdx docs/content/**/*.md DEVELOPER_DOCS/**/*.md
  • docs:lint:fixmarkdownlint --fix docs/content/**/*.mdx docs/content/**/*.md DEVELOPER_DOCS/**/*.md
  • docs:prettierprettier --write docs/content/**/*.mdx docs/content/**/*.md DEVELOPER_DOCS/**/*.md
  • docs:previewcd docs && pnpm run dev
  • linteslint . --fix
  • lint:stagedlint-staged
  • qualitypnpm run test:coverage:ci && pnpm run sonar
  • quality:envpnpm run test:coverage:ci && pnpm run sonar:env
  • sonarsonar-scanner
  • sonar:analysispnpm run test:coverage:ci && pnpm run sonar
  • sonar:envsource .env && sonar-scanner
  • sonar:localsonar-scanner -Dsonar.analysis.mode=preview
  • startwebpack serve --open
  • testpnpm run test:unit
  • test:allpnpm run test:unit && pnpm run test:integration
  • test:coveragejest --coverage
  • test:coverage:cijest --coverage --ci --watchAll=false
  • test:coverage:unitjest --coverage
  • …and 6 more.
Dependencies5
  • @googlemaps/polyline-codec^1.0.28
  • countly-sdk-web^23.12.6
  • maplibre-gl^5.7.0
  • rollbar^2.26.4
  • uuid^9.0.1