PkgRadar

Package evidence

@deepstream/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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
969
Versions published
87Mature · −50% score
First published
May 2019
Publisher
jaime-ez

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

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":["@deepstream/[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":["@deepstream/[email protected]"],"fail_on":"review"}'
Publisherjaime-ez
Artifact bytes325,511
Previous version7.0.6
Published2026-05-26T15:07:29.552Z
SHA-256fd3f631b704d95887999cd2035e07cafdf255cb228ab1d18c7b1b0a50b3822fc

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
7.1.0Version
Status history (2 events)
  1. availableavailable · risk review · score 2 · status available -> available, risk high -> review, score 19 -> 2
  2. newavailable · risk high · score 19 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts12
  • buildnpm run tsc && npm run build:dev && npm run build:prod
  • build:devwebpack --config webpack.dev.js
  • build:prodwebpack --config webpack.prod.js
  • bundle:analysewebpack --config webpack.prod.js --profile --json > ./dist/stats.json && webpack-bundle-analyzer ./dist/stats.json
  • cleanrimraf dist
  • linttslint src/*.ts src/**/*.ts -t verbose
  • lint:fixnpm run lint -- --fix
  • postinstallnode scripts/postinstall.js
  • rebuildrimraf dist && webpack
  • testmocha src/**/*.spec.ts
  • test:coveragenyc npm test
  • tscrm -rf dist && tsc
Dependencies3
  • @deepstream/protobuf^1.1.0
  • protobufjs^8.0.3
  • ws^8.20.0