PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2064410 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
30
Versions published
50Mature · −50% score
First published
Sep 2020
Publisher
edwardmoyse

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"}'
Publisheredwardmoyse
Artifact bytes1,894,761
Previous version3.0.5
Published2026-05-28T05:37:21.325Z
SHA-256568371f68bdb2c5e51f9f3b7c92ed54fd4d6728a93c3db0d9379a6943ba11e4d

Why flagged

What the scanner saw

Large Javascript Payload: 2064410 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
3.0.6Version
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/dist/bundle/898.phoenix.min.js2064410 bytes10
mediumLarge Javascript Payloadpackage/dist/bundle/phoenix.min.js2562268 bytes10

Manifest

Package metadata

Scripts21
  • buildrimraf ./dist && yarn tsc:build
  • build:bundlewebpack -c configs/webpack.conf.js
  • build:cjsyarn tsc:build --module commonjs --target es5 --outDir dist/cjs
  • build:esmyarn tsc:build --module es2018 --target es5 --outDir dist/esm
  • docsnode scripts/gen-api-docs.js
  • docs:coverageyarn compodoc -p configs/compodoc.conf.json --coverageTest 100
  • eslinteslint src/**/*.ts
  • eslint:fixyarn eslint --fix
  • prepareyarn build
  • prepublishOnlyyarn build:bundle
  • prettierprettier --config ../../.prettierrc --ignore-path ../../.prettierignore
  • prettier:checkyarn prettier --check .
  • prettier:writeyarn prettier --write .
  • startyarn tsc:build --watch
  • testjest --config configs/jest.conf.js
  • test:ciyarn test:coverage --maxWorkers=2 --silent
  • test:coverageyarn test --coverage
  • test:debugyarn test --runInBand
  • tsctsc
  • tsc-dyarn tsc:build --declaration --emitDeclarationOnly --esModuleInterop --outFile dist/index.d.ts
  • tsc:buildtsc -p tsconfig.build.json
Dependencies8
  • @babel/core^7.28.5
  • @tweenjs/tween.js^25.0.0
  • dat.gui^0.7.9
  • html2canvas^1.4.1
  • jsroot^7.9.1
  • jszip^3.10.1
  • stats-js^1.0.1
  • three~0.178.0