Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 26 · status changed
Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/vaadin.js | 12175405 bytes | 10 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/vaadin.js | 12175405 bytes | 10 |
| low | Install-time lifecycle script | package.json | prepare="npm run build" | 4 |
| low | Obfuscation | package/vendors-node_modules_dompurify_dist_purify_es_mjs.js | matched "\\u00B7" | 3 |
| low | Obfuscation | package/vendors-node_modules_dompurify_dist_purify_js.js | matched "\\u00B7" | 3 |
| low | Obfuscation | package/vendors-node_modules_marked_lib_marked_esm_js.js | matched "\\x00" | 3 |
| low | Obfuscation | package/vendors-node_modules_marked_lib_marked_umd_js.js | matched "\\x00" | 3 |
Manifest
Package metadata
Scripts9
buildnpm run build:scan && npm run build:bundlebuild:bundleNODE_OPTIONS="--loader ts-node/esm" webpackbuild:scanrollup --config=rollup.config.ts --configPlugin @rollup/plugin-typescriptcleanrm -f *.js *.js.map *.tgzpostpacknpm run testprepacknpm run cleanpreparenpm run buildtestmocha 'src/test/**/*.ts'versionnode --loader ts-node/esm scripts/version.ts