PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 4728264 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.

Weekly downloads
44,254Mainstream · −50% score
Versions published
1,106Mature · −50% score
First published
Oct 2016
Publisher
caio-pizzol

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":["[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"}'
Publishercaio-pizzol
Artifact bytes12,376,050
Previous version1.37.0-next.6
Published2026-05-27T23:02:34.697Z
SHA-256041fff37bbf9badcea2038558ea4363d9769183f335f9ebd318c9206c5695943

Why flagged

What the scanner saw

Large Javascript Payload: 4728264 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/chunks/src-DZJYCl5t.cjs4728264 bytes10
mediumLarge Javascript Payloadpackage/dist/chunks/SuperConverter-8P_hzCoh.cjs3011703 bytes10
mediumLarge Javascript Payloadpackage/dist/chunks/src-B-wLFCXt.es.js4648079 bytes10
mediumLarge Javascript Payloadpackage/dist/chunks/SuperConverter-Byu8ullT.es.js2916484 bytes10
mediumLarge Javascript Payloadpackage/dist/superdoc.min.js5386543 bytes10

Manifest

Package metadata

Scripts19
  • audit:declarationsnode ./scripts/audit-declarations.cjs
  • audit:declarations:informationalnode ./scripts/audit-declarations.cjs --informational
  • buildvite build && pnpm run build:cdn
  • build:cdnvite build --config vite.config.cdn.js
  • build:devSUPERDOC_SKIP_DTS=1 vite build
  • build:esvite build && pnpm run postbuild
  • check:jsdocnode ./scripts/check-jsdoc.cjs
  • cleanrm -rf dist
  • collab-serverpnpm --filter @superdoc-dev/superdoc-yjs-collaboration build && tsx src/dev/collab-server.ts
  • devconcurrently -k -n VITE,WORD -c cyan,magenta "vite" "node ../../devtools/word-benchmark-sidecar/server.js --stay-alive-on-reuse"
  • dev:collabconcurrently -k -n VITE,COLLAB,WORD -c cyan,green,magenta "vite" "pnpm run collab-server" "node ../../devtools/word-benchmark-sidecar/server.js --stay-alive-on-reuse"
  • packpnpm run build:es && pnpm pack && mv $(ls superdoc-*.tgz) ./superdoc.tgz
  • pack:espnpm run build:es && pnpm pack && mv $(ls superdoc-*.tgz) ./superdoc.tgz
  • pack:localpnpm run pack:es
  • postbuildnode ./scripts/check-tsconfig-type-surface.cjs && node ./scripts/ensure-types.cjs && node ./scripts/audit-bundle.cjs && node ./scripts/audit-declarations.cjs && node ./scripts/check-export-coverage.cjs && node ./scripts/verify-public-facade-emit.cjs && node ./scripts/report-declaration-reachability.cjs
  • testvitest
  • watch:cdnvite build --watch --config vite.config.cdn.js
  • watch:esvite build --watch
  • word-benchmark-sidecarnode ../../devtools/word-benchmark-sidecar/server.js
Dependencies11
  • @types/mdast^4.0.4
  • @types/ws^8.18.1
  • buffer-crc32^1.0.0
  • eventemitter3^5.0.1
  • jsdom^27.3.0
  • konva^10.2.0
  • pinia^2.1.7
  • rollup-plugin-copy^3.5.0
  • uuid^9.0.1
  • vue^3.5.0
  • y-websocket^3.0.0