PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2417601 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.

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 bytes2,130,091
Previous version3.0.4
Published2024-11-30T11:28:16.002Z
SHA-2564223335c470a617684497b886339406677699575cef0aee4a03b42127e45307b

Why flagged

What the scanner saw

Large Javascript Payload: 2417601 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.5Version
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/94.phoenix.min.js2417601 bytes10
mediumLarge Javascript Payloadpackage/dist/bundle/phoenix.min.js3275105 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
Dependencies9
  • @babel/core^7.26.0
  • @tweenjs/tween.js^23.1.3
  • dat.gui^0.7.9
  • html2canvas^1.4.1
  • jsroot^7.8.0
  • jszip^3.10.1
  • lodash^4.17.21
  • stats-js^1.0.1
  • three~0.170.0