PkgRadar

Package evidence

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

Versions published
26Mature · −50% score
First published
Jul 2024
Publisher
ably-realtime

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":["@ably/[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":["@ably/[email protected]"],"fail_on":"review"}'
Publisherably-realtime
Artifact bytes681,672
Previous version1.3.0
Published2026-03-26T09:28:46.114Z
SHA-256780a09eb564da6a16590c694130cd6dbb958b9c06a6a27e3f925d2f9ad12c283

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts26
  • buildnpm run build:chat && npm run build:core && npm run build:react
  • build:chatvite build --config ./src/vite.config.ts --emptyOutDir
  • build:corevite build --config ./src/core/vite.config.ts --emptyOutDir
  • build:reactvite build --config ./src/react/vite.config.ts --emptyOutDir
  • build:start-demonpm run build && (cd demo && npm start)
  • check:error-codestsx scripts/validate-error-codes.ts
  • cspellcspell --quiet '{src,test}/**' './*.md'
  • demo:reloadnpm run build && cd demo && npm i file:../
  • docstypedoc
  • docs:linttypedoc --emit none
  • formatprettier --list-different --write src test __mocks__ demo/src
  • format:checkprettier --check src test __mocks__ demo/src
  • linteslint . && npm run cspell && npm run docs:lint
  • lint:fixeslint --fix .; (npm run format > /dev/null)
  • modulereporttsc --noEmit --esModuleInterop scripts/moduleReport.ts && esr scripts/moduleReport.ts
  • precommitnpm run format:check && npm run lint && npm run test:typescript
  • preparenpm run build
  • testvitest run
  • test:chatvitest run --project chat
  • test:chat-unitvitest run --project chat --exclude "test/**/*.integration.test.ts?(x)"
  • test:no-integrationvitest run --exclude "test/**/*.integration.test.ts?(x)"
  • test:reactvitest run --project react-hooks
  • test:react-unitvitest run --project react-hooks --exclude "test/**/*.integration.test.ts?(x)"
  • test:typescripttsc
  • test:unitvitest run --exclude "test/**/*.integration.test.ts?(x)"
  • test:watchvitest watch
Dependencies3
  • async-mutex^0.5.0
  • dequal^2.0.3
  • lodash.clonedeep^4.5.0
Optional dependencies2
  • @rollup/rollup-darwin-arm64^4.18
  • @rollup/rollup-linux-x64-gnu^4.18