PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 9177198 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
3
First published
Jun 2026
Publisher
ashleyjacksonnet

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes3,289,845
Previous version0.0.0-pre2
Published2026-06-07T05:50:27.652Z
SHA-256d7138dfb8ed8663e6304fc5b39240055eae01c7218472f19beea740be9366e03

Why flagged

What the scanner saw

Large Javascript Payload: 9177198 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
0.0.0-pre3Version
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/dist/core/index.js9177198 bytes0

Manifest

Package metadata

Scripts26
  • buildtsup src/index.ts --format esm,cjs --dts --clean --outDir dist
  • build:air-connectorbun build ./src/air-connector/index.ts --outdir ./dist/air-connector --target bun --external zod --splitting --format esm
  • build:allbun run build && bun run build:iata-types && bun run build:dates && bun run build:core && bun run build:ndc && bun run build:schedule && bun run build:fare && bun run build:mock && bun run build:air-connector && bun run build:ops && bun run build:routes && bun run build:types
  • build:corebun build ./src/core/index.ts --outdir ./dist/core --target bun --external zod --external luxon --splitting --format esm
  • build:datesbun build ./src/dates/index.ts --outdir ./dist/dates --target bun --external zod --external luxon --splitting --format esm
  • build:farebun build ./src/fare/index.ts --outdir ./dist/fare --target bun --external zod --external luxon --external country-to-currency --splitting --format esm
  • build:iata-typesbun build ./src/iata-types/index.ts --outdir ./dist/iata-types --target bun --external zod --external airport-data-js --splitting --format esm
  • build:mockbun build ./src/mock/index.ts --outdir ./dist/mock --target bun --external zod --external luxon --splitting --format esm
  • build:ndcbun build ./src/ndc/index.ts --outdir ./dist/ndc --target bun --external zod --external luxon --splitting --format esm
  • build:opsbun build ./src/ops/index.ts --outdir ./dist/ops --target bun --external zod --external date-holidays --splitting --format esm
  • build:routesbun run data:fetch && bun run data:build && bun build ./src/routes/index.ts --outdir ./dist/routes --target bun --external zod --external kdbush --external geokdbush --splitting --format esm
  • build:schedulebun build ./src/schedule/index.ts --outdir ./dist/schedule --target bun --external zod --external luxon --external date-holidays --splitting --format esm
  • build:typestsc --emitDeclarationOnly --outDir dist
  • checkbun run typecheck && bun run lint && bun run test
  • data:buildbun scripts/build-regions.ts
  • data:fetchbun scripts/fetch-routes.ts
  • formatbiome format --write src/ tests/
  • format:checkbiome format src/ tests/
  • lintbiome check src/ tests/
  • lint:eslinteslint src/ tests/
  • lint:eslint:fixeslint --fix src/ tests/
  • lint:fixbiome check --write src/ tests/
  • prepublishOnlybun run build:all
  • testbun test tests/
  • test:watchbun test --watch tests/
  • typechecktsc --noEmit
Dependencies13
  • airline-codes^1.1.2
  • airport-data-js^3.1.0
  • axios^1.16.1
  • country-to-currency^2.0.3
  • date-holidays^3.29.0
  • distancefyi^0.1.2
  • geokdbush^2.1.0
  • kdbush^4.1.0
  • luxon^3.7.2
  • ngraph.graph^20.1.2
  • ngraph.path^1.6.1
  • sales-tax^2.23.0
  • zod^4.4.3