PkgRadar

Package evidence

@pascaliske/[email protected]

Install-time lifecycle script: prepare="husky install"

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":["@pascaliske/[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":["@pascaliske/[email protected]"],"fail_on":"review"}'
Publisherpascaliske
Artifact bytes6,663
Previous version2.0.7
Published2023-07-19T05:39:35.891Z
SHA-256883aadfacb4f6a8cf3ec661f719d38677729756d85e39e72d9149015269cf695

Why flagged

What the scanner saw

Install-time lifecycle script: prepare="husky install"

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

Availability ledger

available

review
Last checked
reviewRisk
4Score
3.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonprepare="husky install"4

Manifest

Package metadata

Scripts9
  • buildrollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript
  • changelogstandard-changelog -r 1
  • formatprettier --write "**/*.{ts,md,json}"
  • linkyarn run build && yarn link
  • preparehusky install
  • testeslint --config .eslintrc.js src/**/*.ts
  • unlinkyarn unlink
  • versionbump --yes package.json
  • watchrollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript --watch
Dependencies1
  • eslint-config-prettier^8.5.0