PkgRadar

Package evidence

@blockquote-web-components/[email protected]

Install-time lifecycle script: postinstall="npm run sort:package"

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.

Weekly downloads
43
Versions published
85Mature · −50% score
First published
Jun 2022
Publisher
oscarmarina

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@blockquote-web-components/[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":["@blockquote-web-components/[email protected]"],"fail_on":"review"}'
Publisheroscarmarina
Artifact bytes5,285
Previous version1.9.18
Published2026-05-23T12:00:32.310Z
SHA-2567b94c522893231f8ea4ca9bf53a58cfe4acec1461fb57be55f6dd3586cd48979

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm run sort:package"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.9.19Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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.jsonpostinstall="npm run sort:package"5

Manifest

Package metadata

Scripts15
  • analyzecem analyze --litelement --globs "{src,define}/**/*.{js,ts}" "index.js"
  • buildecho "This is not a TypeScript project, so no need to build."
  • dev:vitevite build
  • formatnpm run format:eslint && npm run format:prettier && npm run format:stylelint
  • format:eslinteslint . --fix
  • format:prettierprettier "**/*.{js,ts,css,scss,html,json}" --write --ignore-path .prettierignore
  • format:stylelintstylelint "{demo,src}/**/*.{js,ts,css,scss,html}" --fix --ignore-path .prettierignore
  • postinstallnpm run sort:package
  • preview:vitevite preview
  • sass:watchsass-style-template
  • sort:packagenpx sort-package-json
  • startconcurrently -k -r "npm:vite" "npm:sass:watch"
  • testvitest
  • test:watchvitest --browser.headless=false
  • vitevite
Dependencies2
  • @open-wc/dedupe-mixin^2.0.1
  • lit^3.3.3