PkgRadar

Package evidence

@what3words/[email protected]

Large Javascript Payload: 2945739 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.

Weekly downloads
1,184Niche · −30% score
Versions published
79Mature · −50% score
First published
May 2021
Publisher
what3words-admin

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":["@what3words/[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":["@what3words/[email protected]"],"fail_on":"review"}'
Artifact bytes3,454,025
Previous version5.0.3
Published2025-08-14T08:55:15.789Z
SHA-256044776375a60a8e9617316adc3e967d52f43e8f9c92b56f7048006862cd58f9a

Why flagged

What the scanner saw

Large Javascript Payload: 2945739 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
5.0.4Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/hydrate/index.js2945739 bytes10
mediumLarge Javascript Payloadpackage/hydrate/index.mjs2945530 bytes10

Manifest

Package metadata

Scripts18
  • buildnpm run build:phrase && stencil build
  • build:phrasenpm run with-env scripts/phrase.js $PWD/.phrase.yml
  • cleannpx del node_modules .stencil
  • coveragenpm run test -- --coverage --reporter=lcov
  • devstencil build --dev --watch --serve
  • formatprettier --ignore-path $npm_package_config_root/.gitignore --ignore-path .prettierignore --check . ../angular ../react ../vue
  • generatestencil generate
  • linteslint .
  • postbuildnpx del dist/**/*.js.map && npm run size
  • postpublish
  • prebuildnpx del --force loader www dist hydrate ../react/lib/react-component-lib ../react/lib/components.ts ../vue/lib/components.ts ../vue/lib/vue-component-lib ../angular/components/src/lib/components.ts ../angular/components/src/lib/index.ts ../angular/components/src/lib/angular-component-lib
  • prepublishOnlynpx --package-path=$PWD --strict=false publint-lint-package
  • sizebundlewatch --config .bundlewatch.config.json
  • teststencil test --spec --e2e
  • test:e2estencil test --e2e
  • test:specstencil test --spec
  • test:watchstencil test --spec --e2e --watchAll
  • with-envdotenv -e $npm_package_config_root/.env -c --
Dependencies5
  • @googlemaps/js-api-loader1.14.3
  • @what3words/api^5.2.1
  • axios^1.11.0
  • cross-fetch^4.0.0
  • uuid^10.0.0