PkgRadar

Package evidence

@bringg/[email protected]

Large Javascript Payload: 5194974 bytes

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
1,225Niche · −30% score
Versions published
1,153Mature · −50% score
First published
Oct 2018
Publisher
bringg_npm

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":["@bringg/[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":["@bringg/[email protected]"],"fail_on":"review"}'
Publisherbringg_npm
Artifact bytes3,697,546
Previous version9.73.5
Published2026-06-04T08:57:40.338Z
SHA-256aa87dd11c909402bb2fa4596186a2ac96c449e7d61f220b30db0155c261aa792

Why flagged

What the scanner saw

Large Javascript Payload: 5194974 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
9.74.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/bringg-dashboard-sdk-cjs2.js5194974 bytes0
lowLarge Javascript Payloadpackage/dist/bringg-dashboard-sdk.js6043553 bytes0
lowLarge Javascript Payloadpackage/dist/bringg-dashboard-sdk.min.js2277861 bytes0

Manifest

Package metadata

Scripts22
  • buildgit clean -fdx ./dist && tsc --project tsconfig.prod.json && webpack --config ./webpack.config.js
  • build-docstypedoc --out docs src
  • build-packnpm run build && npm pack
  • build-sandbox-sdkgit clean -fdx .sandbox/dist && tsc --project tsconfig.prod.json --outDir ./sandbox/dist && webpack --config ./webpack_sandbox.config.js
  • build:watchconcurrently -k -n tsc,wp -c blue,green "npm run build:watch:tsc" "npm run build:watch:webpack"
  • build:watch:tsctsc --project tsconfig.prod.json --watch --preserveWatchOutput
  • build:watch:webpackDASHBOARD_SDK_WEBPACK_WATCH=1 webpack --config ./webpack.config.js --watch
  • bump-versionnpm_config_allow_same_version=true npm_config_git_tag_version=false npm version patch
  • bundle-reportwebpack-bundle-analyzer --port 4200 dist/stats.json
  • check:allnpm run prettier-check && npm run typecheck && npm run lint
  • dev:yalcnpm run build && yalc publish --push && npm run build:watch
  • entity-generatorchmod 777 scripts/* && scripts/file_generator.sh $1 $2
  • fixnpm run prettier && npm run lint
  • linteslint .
  • prettierprettier --write "src/**/*.{ts,tsx,json,md}"
  • prettier-checkprettier -c "src/**/*.{ts,tsx,json,md}"
  • sandboxnpm run build-sandbox-sdk && cd sandbox && npm run start
  • testvitest run
  • test-with-coveragerm -rf ./coverage && vitest run --coverage
  • typechecktsc --noEmit --project tsconfig.json
  • vulnerability-fixnpm audit fix
  • vulnerability-reportnpm audit --json | npm-audit-html
Dependencies14
  • @bringg/common-utils^2.15.0
  • axios0.24.0
  • deepmerge^4.2.2
  • http-status-codes1.3.0
  • jsdom^23.0.1
  • lodash^4.17.21
  • mobx^6.3.3
  • mockdate^3.0.5
  • moment^2.22.2
  • p-defer^3.0.0
  • rxjs^6.5.3
  • sha11.1.1
  • socket.io-client^4.5.3
  • uuid^8.3.2