PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="patch-package"

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
99Mature · −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,078,014
Previous version2.0.14
Published2026-06-08T03:18:07.799Z
SHA-256beaec7c50c92d00a926a71f21f47266a537650001b5e992a961a92743bed6ccb

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="patch-package"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

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

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