PkgRadar

Package evidence

[email protected]

no findings

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
592
Versions published
869Mature · −50% score
First published
Oct 2017
Publisher
dmongeau

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

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"}'
Publisherdmongeau
Artifact bytes19,890,829
Previous version0.4.19
Published2018-05-29T20:21:52.311Z
SHA-2566a3119e3f812543319e44c4d624b94df32b491fe58fbf7038c2c432d808d795b

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts11
  • babelnpm run babel:es && npm run babel:cjs
  • babel:cjsBABEL_ENV=cjs ../../node_modules/.bin/babel src --out-dir lib --ignore story.js,test.js
  • babel:esBABEL_ENV=es ../../node_modules/.bin/babel src --out-dir es --ignore story.js,test.js
  • buildnpm run babel && npm run intl && npm run webpack
  • cleanrm -rf dist && rm -rf lib && rm -rf es
  • intlnode ../../build/buildAllTranslations
  • preparenpm run clean && npm run build
  • startnpm run storybook
  • storybook../../node_modules/.bin/start-storybook -p 9008 -c ../../.storybook-package
  • webpacknpm run webpack:dist
  • webpack:distBABEL_ENV=umd NODE_ENV=production node ../../node_modules/.bin/webpack --config ./webpack.config.js --progress --colors
Dependencies14
  • @fortawesome/fontawesome-free-webfonts^1.0.9
  • @panneau/core^0.4.16
  • @panneau/field^0.4.19
  • @panneau/fields^0.4.19
  • @panneau/forms^0.4.19
  • @panneau/layouts^0.4.19
  • @panneau/lists^0.4.16
  • @panneau/modals^0.4.16
  • babel-runtime^6.26.0
  • bootstrap^4.1.1
  • classnames^2.2.5
  • lodash^4.17.4
  • prop-types^15.6.0
  • react-intl^2.4.0