PkgRadar

Package evidence

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

Weekly downloads
238
Versions published
42Established · −30% score
First published
Nov 2025
Publisher
bahmni

Effective trust discount applied: 30% (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":["@bahmni/[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":["@bahmni/[email protected]"],"fail_on":"review"}'
Publisherbahmni
Artifact bytes1,875,213
Previous version0.0.3-dev.57
Published2026-06-11T07:14:23.773Z
SHA-25636f67e398384db92339f7596825dfa1976c4e1439fa2b818f45dba6356439378

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • buildwebpack && copyfiles index.d.ts dist
  • build-devwebpack --config webpack.dev.config.js
  • build-storybookstorybook build
  • bump-upnpm version patch -m 'Bumped to version %s'
  • ciyarn run clean && yarn run build && yarn run publish
  • cleanrimraf dist/*
  • linteslint --ext .js --ext .jsx ./src ./test
  • lint:fixeslint --ext .js --ext .jsx ./src ./test --fix
  • posttesteslint --ext .js --ext .jsx ./src ./test
  • pretestrimraf coverage/*
  • publishnpm publish || true
  • storybookstorybook dev -p 6006
  • testjest
  • test:cijest --coverage --watchAll=false
  • test:coveragejest --coverage
  • test:watchjest --watch
  • watchwebpack --watch --config webpack.dev.config.js
Dependencies13
  • ajv^8.17.1
  • base64-inline-loader^1.1.0
  • classnames^2.2.5
  • html-entities^2.6.0
  • immutable4.3.8
  • lodash^4.17.21
  • prop-types^15.6.2
  • react-intl^3.12.0
  • react-select5.10.2
  • react-test-renderer^19.0.0
  • react-textarea-autosize^8.5.9
  • sinon-as-promised^4.0.3
  • whatwg-fetch^1.0.0