PkgRadar

Package evidence

[email protected]

no findings

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"}'
Publisherdpilafian
Artifact bytes5,876
Previous version1.3.3
Published2025-11-06T16:21:51.821Z
SHA-256cef0e4f1a879cdc759c6fec3670a4bf93ebaa3f612d0add616ca15506d62de50

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • devtsc && add-dist-header build dist && mocha spec/*.spec.js --grep serial
  • pretestnpm-run-all step:*
  • sleepnode --eval 'setTimeout(() => {}, 500)'
  • step:01rimraf build dist spec/target
  • step:02jshint . --exclude-path .gitignore
  • step:03eslint --max-warnings 0
  • step:10tsc
  • step:20add-dist-header build dist
  • testmocha spec/*.spec.js --timeout 7000
Dependencies3
  • chalk~5.6
  • cli-argv-util~1.3
  • fancy-log~2.0