PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/modules/spine/dist/bundle.js

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":["[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"}'
Publisherlapinskas
Artifact bytes762,289
Previous version1.6.2
Published2026-05-25T05:34:51.691Z
SHA-25630e518eae9413f2883b931af09c26b28b5573b4c07171cc4e7afb9ef2cf47ae9

Why flagged

What the scanner saw

Known Indicator Filename: package/modules/spine/dist/bundle.js

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
51Score
1.6.21Version
Status history (1 event)
  1. newavailable · risk review · score 51 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/modules/spine/dist/bundle.jspackage/modules/spine/dist/bundle.js45
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/modules/spine/dist/bundle.jspackage/modules/spine/dist/bundle.js45
lowObfuscationpackage/modules/spine/dist/bundle.jsmatched "fromCharCode"3
lowObfuscationpackage/modules/spine/dist/vendors-node_modules_socket_io-client_build_esm_index_js.bundle.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts8
  • build-devwebpack --mode=development
  • build-prodwebpack --mode=production
  • eslinteslint src/**/*.js --fix
  • eslint-checkeslint src/**/*.js
  • jsdocjsdoc -R ./README.md -t ./docs/templates/custom -c ./jsdoc.conf.json
  • prepare-pushnpm run build-dev | npm run build-prod | npm run jsdoc
  • pu-r-testnode ./tests/run-tests.js
  • starthttp-server -c-1 -p 9000 -o /examples