PkgRadar

Package evidence

@vaadin/[email protected]

Large Javascript Payload: 12175405 bytes

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":["@vaadin/[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":["@vaadin/[email protected]"],"fail_on":"review"}'
Publishervaadin-owner
Artifact bytes4,821,158
Previous version24.10.2
Published2026-05-21T08:43:18.235Z
SHA-256c29d7e782c6c9125d4b0108e9998caad8856eeae0c488dc6320e376c3fcc0eab

Why flagged

What the scanner saw

Large Javascript Payload: 12175405 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/vaadin.js12175405 bytes10
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/vaadin.js12175405 bytes10
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4
lowObfuscationpackage/vendors-node_modules_dompurify_dist_purify_es_mjs.jsmatched "\\u00B7"3
lowObfuscationpackage/vendors-node_modules_dompurify_dist_purify_js.jsmatched "\\u00B7"3
lowObfuscationpackage/vendors-node_modules_marked_lib_marked_esm_js.jsmatched "\\x00"3
lowObfuscationpackage/vendors-node_modules_marked_lib_marked_umd_js.jsmatched "\\x00"3

Manifest

Package metadata

Scripts9
  • buildnpm run build:scan && npm run build:bundle
  • build:bundleNODE_OPTIONS="--loader ts-node/esm" webpack
  • build:scanrollup --config=rollup.config.ts --configPlugin @rollup/plugin-typescript
  • cleanrm -f *.js *.js.map *.tgz
  • postpacknpm run test
  • prepacknpm run clean
  • preparenpm run build
  • testmocha 'src/test/**/*.ts'
  • versionnode --loader ts-node/esm scripts/version.ts