Recommended action
Looks clean — keep monitoringNo 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":["[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":["[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts8
build./scripts/build.shfixnpm run lint -- --fixlinteslint --ext .js,.jsx,.ts,.tsx examplesreleasecarnesen-dev release --semverBumprelease:majornpm run release -- majorrelease:minornpm run release -- minortestnpm run lint && npm run buildupgradenpm-check-updates --upgrade
Dependencies10
@typescript-eslint/eslint-plugin^7.8.0@typescript-eslint/parser^7.8.0eslint-config-airbnb^19.0.4eslint-config-prettier^9.1.0eslint-plugin-import^2.29.1eslint-plugin-jsx-a11y^6.8.0eslint-plugin-prettier^5.1.3eslint-plugin-react^7.34.1eslint-plugin-react-hooks^4.6.2prettier^3.2.5