PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: dependencies.noreact="github:IkarosKappler/noreact"

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
90
Versions published
91Mature · −50% score
First published
Mar 2019
Publisher
ikaroskappler

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"}'
Publisherikaroskappler
Artifact bytes2,741,035
Previous version1.27.1
Published2026-06-03T21:35:26.187Z
SHA-256af60f2999e75beed3e45f6637635c4220c5c94c18e0a4514bf60884801bcd4e0

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.noreact="github:IkarosKappler/noreact"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.noreact="github:IkarosKappler/noreact"12

Manifest

Package metadata

Scripts18
  • buildnpm run build-module && npm run build-browser && npm run post-build-cleanup
  • build-browsernpm run compile-typescript-browser && npm run webpack-browser && cp dist/plotboilerplate.browser.min.js dist/plotboilerplate.min.js
  • build-modulenpm run compile-typescript-module && npm run rollup-module
  • compile-typescript-browsertsc --p tsconfig.browser.json
  • compile-typescript-democd bin && ./run-compile-demo-ts.sh
  • compile-typescript-moduletsc --p tsconfig.json
  • mkdocscd bin && ./run-mk-typedocs.sh
  • post-build-cleanuprm ./dist/*.d.ts && rm -rf ./dist/interfaces && rm -rf ./dist/utils
  • publish-npm-packageecho 'PLEASE DO THIS IN THE WEBSITE PROJECT'
  • reinstallnpm install-clean
  • rollup-modulenpx rollup -c
  • servenpm run start-python-server
  • servernpx http-server
  • start-python-serverpython3 -m http.server 8000
  • testecho "Error: no test specified" && exit 1
  • tslintnpx eslint ./src/ts/
  • webpack-browsernpx webpack --mode production --config ./webpack5.browser.config.js
  • webpack-devnpx webpack --mode development --config ./webpack5-dev.config.js
Dependencies5
  • alloyfinger-typescript^0.1.19
  • greiner-hormann-typescript^1.4.1
  • lil-gui^0.19.2
  • noreactgithub:IkarosKappler/noreact
  • path2d-polyfill^1.1.0