PkgRadar

Package evidence

@howdygo/[email protected]

Install-time lifecycle script: prepare="npm run prepack"

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@howdygo/[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":["@howdygo/[email protected]"],"fail_on":"review"}'
Publisherhowdygo
Artifact bytes467,292
Previous version2.0.0-alpha.43
Published2026-03-16T02:49:09.140Z
SHA-256096fae2e90ada4af679a2dcf07a1629809ad7157a5a2f0bbb05fe9a5a3fe0ca7

Why flagged

What the scanner saw

Install-time lifecycle script: prepare="npm run prepack"

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

Availability ledger

available

review
Last checked
reviewRisk
16Score
2.0.0-alpha.44Version
Status history (1 event)
  1. newavailable · risk review · score 16 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run prepack"4
lowObfuscationpackage/dist/rrweb-snapshot.cjsmatched "\\u000c"3
lowObfuscationpackage/dist/rrweb-snapshot.umd.cjsmatched "\\u000c"3
lowObfuscationpackage/dist/rrweb-snapshot.umd.min.cjsmatched "\\u000c"3
lowObfuscationpackage/dist/rrweb-snapshot.jsmatched "\\u000c"3

Manifest

Package metadata

Scripts13
  • benchvite build && vitest bench
  • buildyarn turbo prepublish -F @howdygo/rrweb-snapshot
  • check-typestsc --noEmit
  • devvite build --watch
  • lintyarn eslint src
  • prepacknpm run build
  • preparenpm run prepack
  • prepublishyarn check-types && vite build
  • retestvitest run
  • retest:updatevitest run --update
  • testyarn build && vitest run
  • test:updateyarn build && vitest run --update
  • test:watchvitest watch
Dependencies2
  • howdygo-postcss-safe-parser^7.0.1
  • postcss^8.4.38