PkgRadar

Package evidence

[email protected]

no findings

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"}'
Publishermxdraw
Artifact bytes811,514
Previous version0.1.371
Published2026-05-18T06:53:41.645Z
SHA-256daa2f232853f77aecbcdf620a6f77bb70c930cbd87af6c5c42938f4a278268d1

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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.1.372Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts30
  • add-commitgit add dist README.md examples LICENSE_CN LICENSE CHANGELOG.md docs && npx git-cz
  • buildcross-env COMPRESS=true rollup -c rollup.config.ts && npm run docs && node compress
  • build-debugcross-env COMPRESS=false rollup -c rollup.config.ts -m
  • codegennpx playwright codegen http://127.0.0.1:3000/
  • commitgit-cz
  • deploy-docsts-node tools/gh-pages-publish
  • devvite exampledev .
  • docsts-node tools/build_docs && npm run patch && npm run doctoc && typedoc --out docs/docs/.vuepress/dist/api --basePath ./api
  • doctocdoctoc --title catalogue --maxlevel 3 README.md
  • licensenpx license-checker --production --include-license-text --json > licenses.json && node tools/generate-notices
  • linttslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'
  • oldDocstypedoc --out docs/docs/.vuepress/dist/api --target es6 --theme minimal --mode file src
  • patchpatch-package
  • prebuildrimraf dist
  • precommitlint-staged
  • prepub_testnpm run test:prod && npm run build
  • pubnpm run add-commit && release-it && git push -u origin main
  • pub-initgit init && git checkout -b main && git remote add origin https://github.com/mxcad/mxdraw.git -f && npm run add-commit && git pull origin main --allow-unrelated-histories -X ours && git push -u origin main
  • pub:npmnpm version patch --no-git-tag-version && npm publish
  • report-coveragecat ./coverage/lcov.info | coveralls
  • semantic-releasesemantic-release
  • semantic-release-preparets-node tools/semantic-release-prepare
  • startnpm run dev
  • testjest --coverage
  • test-e2enpx playwright test
  • test-e2e:clear-cache rimraf test/imgs
  • test:prodnpm run lint && npm run test -- --no-cache
  • test:watchjest --coverage --watch
  • travis-deploy-oncetravis-deploy-once
  • type-doctypedoc --out docs/docs/.vuepress/dist/api --basePath ./api
Dependencies4
  • element-resize-event-polyfill^1.0.5
  • jquery^3.6.0
  • lodash^4.17.21
  • three-gif-texture^1.0.15