PkgRadar

Package evidence

@hpcc-js/[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.

Weekly downloads
560
Versions published
40Mature · −50% score
First published
Oct 2024
Publisher
hpcc-js

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

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":["@hpcc-js/[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":["@hpcc-js/[email protected]"],"fail_on":"review"}'
Publisherhpcc-js
Artifact bytes45,193
Previous version1.6.1
Published2026-06-01T17:14:03.713Z
SHA-2564ca98fc9fec6423ef8be42788d7cbb000cb43edade0d7c949ab91f9839980ad8

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts22
  • buildnpm-run-all --parallel gen-types bundle --serial bundle2
  • build-docsvitepress build
  • bundlevite build
  • bundle-servevite --port 5513
  • bundle-watchvite build --watch
  • bundle2node esbuild.js
  • bundle2-watchnpm run bundle2 -- --development --watch
  • cleanrimraf --glob lib* types types-3.4 dist dist-test .vitepress/cache .vitepress/dist *.tsbuildinfo .turbo
  • coveragevitest run --coverage
  • dev-docsvitepress dev
  • docstypedoc --options tdoptions.json .
  • gen-typestsgo --project tsconfig.json
  • gen-types-watchnpm run gen-types -- --watch
  • linteslint ./src
  • lint-fixeslint --fix src/**/*.ts
  • preview-docsvitepress preview
  • testvitest run
  • test-browservitest run --project browser
  • test-nodevitest run --project node
  • updatenpx --yes npm-check-updates -u -t minor
  • update-majornpx --yes npm-check-updates -u
  • watchrun-p gen-types-watch bundle-watch
Dependencies5
  • @hpcc-js/observablehq-compiler^3.8.2
  • @observablehq/inspector5.0.1
  • @observablehq/runtime6.0.0
  • @observablehq/stdlib5.8.8
  • @types/markdown-it14.1.2