PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2469810 bytes

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.

Versions published
14
First published
May 2026
Publisher
tihomir971

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":["[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"}'
Publishertihomir971
Artifact bytes3,541,469
Previous version0.5.4
Published2026-05-26T18:34:38.654Z
SHA-256cfef032eaa8a19a4f5be78f3a7516a985a67eb950de7950489cf80f065256a47

Why flagged

What the scanner saw

Large Javascript Payload: 2469810 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/print/embedded-fonts.js2469810 bytes10

Manifest

Package metadata

Scripts12
  • buildbun run sync:pagedjs-polyfill && vite build && npm run prepack
  • checksvelte-kit sync && svelte-check --tsconfig ./tsconfig.json
  • check:watchsvelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch
  • devvite dev --open
  • formatprettier --write .
  • lintprettier --check . && eslint .
  • minornpm version minor && npm publish
  • patchnpm version patch && npm publish
  • prepackbun run sync:pagedjs-polyfill && svelte-kit sync && svelte-package && publint
  • preparebun run sync:pagedjs-polyfill && svelte-kit sync || echo ''
  • previewvite preview
  • sync:pagedjs-polyfillnode scripts/sync-pagedjs-polyfill.mjs
Dependencies9
  • @tiptap/core^3.23.6
  • @tiptap/extension-subscript^3.23.6
  • @tiptap/extension-superscript^3.23.6
  • @tiptap/extension-table^3.23.6
  • @tiptap/extension-text-align^3.23.6
  • @tiptap/extension-text-style^3.23.6
  • @tiptap/pm^3.23.6
  • @tiptap/starter-kit^3.23.6
  • pagedjs^0.4.3