PkgRadar

Package evidence

@ondc/[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
77Established · −30% score
First published
Oct 2025
Publisher
extedcoud

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@ondc/[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":["@ondc/[email protected]"],"fail_on":"review"}'
Publisherextedcoud
Artifact bytes77,810
Previous version1.3.52
Published2026-05-20T11:42:22.125Z
SHA-256e13e90f87b1798e938730a8d2315604159adda4f4f994dabfdf7314837a304eb

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts26
  • buildnpm run clean && tsc
  • build:watchtsc --watch
  • cleanrm -rf dist coverage browser-dist
  • devtsc --watch
  • docs:generatetypedoc src/index.ts --out docs
  • formatprettier --write src/**/*.ts README.md
  • format:checkprettier --check src/**/*.ts README.md
  • helpers:gennode scripts/generate-helpers-source.js
  • linteslint src/**/*.ts --fix
  • lint:checkeslint src/**/*.ts
  • prebuildnpm run helpers:gen
  • preparenpm run clean && npm run build
  • prepublishOnlynpm run test && npm run build
  • pretestnpm run helpers:gen
  • release:majornpm version major && npm publish
  • release:minornpm version minor && npm publish
  • release:patchnpm version patch && npm publish
  • security:auditnpm audit --audit-level high
  • startnode dist/index.js
  • testjest
  • test:browser-mockjest --testNamePattern="BrowserRunner|CrossEnvironment"
  • test:cijest --ci --coverage --watchAll=false
  • test:coveragejest --coverage
  • test:watchjest --watch
  • type-checktsc --noEmit
  • validatenpm run type-check && npm run lint:check && npm run format:check
Dependencies8
  • acorn^8.15.0
  • acorn-walk^8.3.4
  • ajv^8.18.0
  • base-64^1.0.0
  • jsonpath^1.1.1
  • terser^5.44.1
  • uuid^10.0.0
  • zod^4.1.12