PkgRadar

Package evidence

@mapsight/[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
7
First published
May 2026
Publisher
p.golmann

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":["@mapsight/[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":["@mapsight/[email protected]"],"fail_on":"review"}'
Publisherp.golmann
Artifact bytes832,747
Previous version5.0.2
Published2026-05-18T13:57:34.155Z
SHA-256f6d351dcb60bc451ec18d98aceca092c553ae09fff8292a48babef9057ed9a99

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
5.0.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 build:setup build:meta --parallel build:scripts build:icons build:icons2x build:iconsSvg build:docs --sequential build:icon-sprites build:styles copy
  • build:docsrun-p build:docs:overview
  • build:docs:overviewnode scripts/create-overview-md.ts ./src/icons/ ../img/mapsight-icons-svg/ > dist/docs/overview.md
  • build:icon-spritesrun-p build:icon-sprites:*
  • build:icon-sprites:1xnode scripts/traffic-icon-sprite.ts ./dist/img/mapsight-icons/ --meta-path dist/meta.json --sprite-name mapsight-traffic-style-icon-sprite-1x
  • build:icon-sprites:2xnode scripts/traffic-icon-sprite.ts ./dist/img/mapsight-icons-2x/ --meta-path dist/meta.json --sprite-name mapsight-traffic-style-icon-sprite-2x
  • build:iconsnode scripts/optimize-icons.ts --src ./src/icons/ --dest ./dist/img/mapsight-icons/
  • build:icons2xnode scripts/optimize-icons.ts --scale 2 --src ./src/icons/ --dest ./dist/img/mapsight-icons-2x/
  • build:iconsSvgnode scripts/optimize-icons.ts --target svg --src ./src/icons/ --dest ./dist/img/mapsight-icons-svg/
  • build:metanode scripts/create-meta-json.ts ./src/meta.json ./src/icons/ > dist/meta.json
  • build:scriptstsc
  • build:setupmkdirp dist/docs && mkdirp dist/img
  • build:stylesvector-style-compiler src/scss/default.scss --output tmp/mapsight-vector-styles --name default && cp tmp/mapsight-vector-styles/default.css dist
  • cleanrimraf tmp/* dist/*
  • clean-buildrun-s clean build
  • copyrun-p copy:src copy:misc
  • copy:misccp package.json README.md *.scss dist/
  • copy:srcmkdirp dist/src; cp -r src/scss dist/src/
  • linteslint scripts
  • typechecktsc --noEmit
  • watchecho "Currently traffic-style does not support watch"
Dependencies9
  • @mapsight/lib-ol^4.0.0
  • chokidar^5.0.0
  • fs-extra^11.3.5
  • merge-stream^2.0.0
  • ol^10.9.0
  • sharp^0.34.5
  • svgo^4.0.1
  • vinyl^3.0.1
  • zod^4.4.3