PkgRadar

Package evidence

[email protected]

no findings

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
3,385Niche · −30% score
Versions published
533Mature · −50% score
First published
Jan 2023
Publisher
impactnpm

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

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"}'
Publisherimpactnpm
Artifact bytes806,396
Previous version4.0.0-alpha.12
Published2026-06-15T08:44:57.197Z
SHA-25688c7df59e83df1041054c766befa82d5880f7e36b6088c9af91205f21795983f

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts33
  • buildnpm run build:lib
  • build:libnode ./scripts/clean-dist.mjs && tsc --noEmit && SOURCE_MAP=0 vite build && SOURCE_MAP=0 vite build --config vite.styles.config.ts && node ./scripts/generate-mcp-registry.mjs
  • build:lib:debugnode ./scripts/clean-dist.mjs && tsc && NO_MINIFY=1 SOURCE_MAP=1 vite build && node ./scripts/generate-mcp-registry.mjs
  • build:storybookstorybook build
  • devvite
  • docscd docs && npm start
  • docs:apitypedoc --options typedoc.json
  • docs:buildnpm run docs:api && cd docs && npm run build
  • docs:deploynpm run docs:build && cd docs && npm run deploy
  • docs:servecd docs && npm run serve
  • formatprettier --write "src/**/*.{ts,tsx,json,scss,md}"
  • format:checkprettier --check "src/**/*.{ts,tsx,json,scss,md}"
  • format:fixnpm run format -- --write && npm run lint:fix
  • linteslint . --ext .js,.jsx,.ts,.tsx --report-unused-disable-directives
  • lint:a11yeslint . --ext .tsx
  • lint:errorseslint . --ext .js,.jsx,.ts,.tsx --quiet
  • lint:fixeslint . --ext .js,.jsx,.ts,.tsx --fix
  • migrate:image-pathsnode ./bin/migrate-image-paths.cjs ./src
  • migrate:image-paths:drynode ./bin/migrate-image-paths.cjs ./src --dry
  • optimize:imagesnode ./scripts/optimize-images.mjs
  • optimize:images:drynode ./scripts/optimize-images.mjs --dry-run
  • optimize:images:stagednode ./scripts/optimize-images.mjs --verbose
  • pre-pushnpm run type-check && npm run lint:errors && npm run format && npm run test:coverage
  • preparecd .. && husky install .husky
  • previewvite preview
  • storybookstorybook dev -p 6006
  • testvitest --project=unit
  • test:coveragevitest run --project=unit --coverage
  • test:runvitest run --project=unit
  • test:storybookvitest --project=storybook
  • …and 3 more.
Dependencies23
  • @dnd-kit/core^6.2.0
  • @dnd-kit/sortable^9.0.0
  • @dnd-kit/utilities^3.2.2
  • @tiptap/extension-highlight^2.26.1
  • @tiptap/extension-image^2.26.1
  • @tiptap/extension-link^2.26.1
  • @tiptap/extension-mention^2.26.1
  • @tiptap/extension-placeholder^2.26.1
  • @tiptap/extension-strike^2.26.1
  • @tiptap/react^2.26.1
  • @tiptap/starter-kit^2.26.1
  • @tiptap/suggestion^2.26.1
  • dompurify^3.2.7
  • emoji-picker-react^4.14.0
  • prosemirror-model^1.25.3
  • prosemirror-state^1.4.3
  • prosemirror-view^1.40.1
  • react-hook-form^7.54.2
  • react-router-dom^6.2.2
  • react-select^5.7.0
  • react-textarea-autosize^8.5.9
  • react-window^1.8.11
  • tippy.js^6.3.7