PkgRadar

Package evidence

@hpcc-js/[email protected]

Large Javascript Payload: 7568922 bytes

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":["@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 bytes12,534,636
Previous version1.17.4
Published2026-05-01T09:09:48.173Z
SHA-256b532325ff5cf7f3e28b04c8d2c016c7b6cda6c3c1d856512ed3614300ee8c311

Why flagged

What the scanner saw

Large Javascript Payload: 7568922 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
1.17.5Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js7568922 bytes10

Manifest

Package metadata

Scripts20
  • buildrun-p gen-types bundle
  • build-allrun-s build-cpp gen-types bundle
  • build-cppcmake --build ../../build --target duckdblib
  • build-cpp-watchchokidar 'src-cpp/**.*' -c 'npm run build-cpp'
  • build-devrun-p gen-types bundle-dev
  • bundlenode esbuild.js
  • bundle-devnpm run bundle -- --development
  • bundle-watchnpm run bundle-dev -- --watch
  • cleanrimraf coverage dist dist-test types .nyc_output
  • coveragevitest run --coverage
  • gen-typestsc --project tsconfig.json --emitDeclarationOnly
  • gen-types-watchnpm run gen-types -- --watch
  • lintrun-p lint-eslint
  • lint-eslinteslint "src/**/*.ts" "tests/**/*.ts"
  • lint-skypacknpx -y @skypack/package-check
  • testvitest run
  • test-browservitest run --project browser
  • test-nodevitest run --project node
  • updatenpx -y npm-check-updates -u -t minor
  • update-majornpx -y npm-check-updates -u