PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 5376049 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
8
Versions published
6
First published
Apr 2025
Publisher
ruixiaozi

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Publisherruixiaozi
Artifact bytes8,796,325
Previous version0.2.0
Published2026-04-11T23:42:38.219Z
SHA-2564cbff9f59e96d212b485c9cec98adfabf285339484a9b652b61e08f9cf1ca387

Why flagged

What the scanner saw

Large Javascript Payload: 5376049 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.2.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · 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
lowLarge Javascript Payloadpackage/lib/lib.common.js5376049 bytes0
lowLarge Javascript Payloadpackage/lib/lib.umd.js5376510 bytes0

Manifest

Package metadata

Scripts10
  • buildnpm run build:clean && npm run build:lib && npm run build:dts
  • build:cleanrimraf lib
  • build:dtsvue-tsc --project tsconfig.lib.json --declaration --emitDeclarationOnly && tsc-alias --project tsconfig.lib.json
  • build:libvue-cli-service build --target lib --name lib --dest lib packages/index.ts
  • gennode ./script/Generate.js %INIT_CWD%
  • gen:apihpsfir-openapi-generator-cli generate -i http://localhost:3000/api/swagger.json -g typescript-axios -o packages/api
  • lintvue-cli-service lint
  • postbuildrimraf lib/demo.html && rimraf lib/tests && rimraf lib/docs
  • prebuildnode ./build/prebuild.js
  • servevue-cli-service serve
Dependencies15
  • @element-plus/icons-vue^2.1.0
  • @types/crypto-js^4.2.2
  • @vueuse/core^10.7.0
  • axios^1.5.1
  • chroma-js^2.4.2
  • core-js^3.8.3
  • crypto-js^4.2.0
  • element-plus^2.4.1
  • lodash^4.17.21
  • normalize.css^8.0.1
  • path-browserify^1.0.1
  • pinia^2.1.6
  • pinia-plugin-persistedstate^3.2.0
  • vue^3.2.13
  • vue-router^4.2.5