PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 7443878 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
658
Versions published
92Mature · −50% score
First published
Apr 2025
Publisher
flweb123

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"}'
Publisherflweb123
Artifact bytes5,059,001
Previous version2.0.8
Published2026-05-26T09:32:16.011Z
SHA-2565b319a6d172d16830e2d1e841bf6cb44888828937ec948c945013a67acaabb42

Why flagged

What the scanner saw

Large Javascript Payload: 7443878 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/fl-web-component.common.js7443878 bytes10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/fl-web-component.common.js7443878 bytes10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="patch-package"5

Manifest

Package metadata

Scripts18
  • ==============================================================
  • ===============================================================
  • buildnpm run lint && vue-cli-service build --target lib --name fl-web-component --formats commonjs ./src/main.js
  • build:testvue-cli-service build --target lib --name fl-web-component --formats commonjs ./src/main.js
  • devvue-cli-service serve
  • linteslint "{src,packages}/**/*.{vue,js}" --fix
  • postinstallpatch-package
  • prettierprettier --write "packages/**/*.{js,css,less,scss,vue,html}"
  • publish:basenpm run build && npm publish --registry https://registry.npmjs.org/
  • publish:betanpm version prerelease --preid=beta && npm run publish:beta:base
  • publish:beta:basenpm run build && npm publish --tag beta --registry https://registry.npmjs.org/
  • publish:featnpm version minor && npm run publish:base
  • publish:fixnpm version patch && npm run publish:base
  • publish:perfnpm version major && npm run publish:base
  • tip1仅调试本组件不涉及业务组件,请执行dev
  • tip2同时调试本组件与业务组件,请执行watch
  • tip3发版注意: 【测试版执行publish:beta】【修改bug执行publish:fix】【新增功能执行publish:feat】【新特性执行publish:perf】
  • watchvue-cli-service build --watch --mode production --target lib --name fl-web-component --formats commonjs ./src/main.js
Dependencies15
  • camera-controls2.9.0
  • core-js^3.42.0
  • dxf-parser^1.1.2
  • element-ui2.15.14
  • fflate^0.8.2
  • html2canvas^1.4.1
  • jspdf^3.0.1
  • konva^9.3.12
  • lodash^4.17.21
  • meshline^3.3.1
  • regenerator-runtime^0.14.1
  • svg-pan-zoom^3.6.2
  • three^0.176.0
  • three.path^1.0.1
  • vue^2.6.11