PkgRadar

Package evidence

[email protected]

no findings

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":["[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"}'
Publishercarnesen
Artifact bytes3,888
Previous version12.0.0
Published2024-05-03T20:38:28.300Z
SHA-256d986ceabfc2b9d80b853803621fde36f613fffea18bfcdac6eebd2bb50a80ef5

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • build./scripts/build.sh
  • fixnpm run lint -- --fix
  • linteslint --ext .js,.jsx,.ts,.tsx examples
  • releasecarnesen-dev release --semverBump
  • release:majornpm run release -- major
  • release:minornpm run release -- minor
  • testnpm run lint && npm run build
  • upgradenpm-check-updates --upgrade
Dependencies10
  • @typescript-eslint/eslint-plugin^7.8.0
  • @typescript-eslint/parser^7.8.0
  • eslint-config-airbnb^19.0.4
  • eslint-config-prettier^9.1.0
  • eslint-plugin-import^2.29.1
  • eslint-plugin-jsx-a11y^6.8.0
  • eslint-plugin-prettier^5.1.3
  • eslint-plugin-react^7.34.1
  • eslint-plugin-react-hooks^4.6.2
  • prettier^3.2.5