PkgRadar

Package evidence

@weitutech/[email protected]

Large Javascript Payload: 4242887 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
216
Versions published
193Mature · −50% score
First published
Dec 2024
Publisher
weitutech

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":["@weitutech/[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":["@weitutech/[email protected]"],"fail_on":"review"}'
Publisherweitutech
Artifact bytes2,548,127
Previous version1.1.209
Published2026-05-18T06:59:22.908Z
SHA-2569779d8e2ffe1cdd7bd25ad47f67f5552cdde0f2330092c79ccae3dc8a1fcdd02

Why flagged

What the scanner saw

Large Javascript Payload: 4242887 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/lib/by-components.common.js4242887 bytes10
mediumLarge Javascript Payloadpackage/lib/by-components.umd.js4243408 bytes10

Manifest

Package metadata

Scripts10
  • buildnpm run build:js && npm run build:css
  • build:csssass src/style/index.scss lib/index.css --no-source-map --style=compressed
  • build:examplesvue-cli-service build --mode production
  • build:jsvue-cli-service build --target lib --name by-components src/index.js
  • devvue-cli-service serve
  • docs:buildvuepress build docs
  • docs:deploybash deploy.sh
  • docs:devvuepress dev docs
  • formatprettier --write "src/**/*.{js,vue,json,scss}"
  • lint:fixeslint --ext .js,.vue src --fix
Dependencies11
  • axios^1.7.7
  • core-js^3.8.3
  • dom-zindex^1.0.6
  • element-ui^2.15.14
  • js-cookie^3.0.5
  • moment^2.30.1
  • pinyin-pro^3.26.0
  • vue^2.6.14
  • vue-grid-layout^2.4.0
  • vuedraggable^2.24.3
  • vxe-table3.8.24