PkgRadar

Package evidence

@dooherceg/[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
10
First published
Jun 2026
Publisher
dooherceg

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":["@dooherceg/[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":["@dooherceg/[email protected]"],"fail_on":"review"}'
Publisherdooherceg
Artifact bytes389,811
Previous version3.2.2-alpha.9
Published2026-06-10T11:17:42.874Z
SHA-25623a2aefcc25bc640e520a6ee22ffd0715d7732a3711054c6d2c8b05a6500cb3b

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts20
  • buildpnpm lib:build
  • build-libpnpm lib:build-lib
  • build-localespnpm lib:build-locales
  • build-storybookstorybook build
  • devpnpm lib:dev
  • lib:buildpnpm build-lib && pnpm build-locales
  • lib:build-libnode -e "require('fs').rmSync('dist', {recursive:true,force:true})" && rollup -c rollup.config.mjs && size-limit
  • lib:build-localesnode build-locales.mjs
  • lib:devrollup -c rollup.config.mjs --watch
  • linteslint . --config eslint.config.mjs
  • sizesize-limit
  • storybookstorybook dev -p 6006
  • storybook:buildstorybook build
  • storybook:devstorybook dev -p 6006
  • testvitest
  • test:coveragevitest run --coverage
  • test:runvitest run
  • test:uivitest --ui
  • test:watchvitest --watch
  • typechecktsc --noEmit -p tsconfig.json
Dependencies6
  • @tanstack/match-sorter-utils8.19.4
  • @tanstack/react-table8.20.6
  • @tanstack/react-virtual3.11.2
  • dayjs^1.11.13
  • highlight-words2.0.0
  • use-debounce^10.1.1