PkgRadar

Package evidence

@solid/[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
225
Versions published
17Established · −30% score
First published
Oct 2018
Publisher
rubenverborgh

Effective trust discount applied: 30% (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":["@solid/[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":["@solid/[email protected]"],"fail_on":"review"}'
Publisherrubenverborgh
Artifact bytes1,910,434
Previous version1.9.0
Published2020-04-28T22:00:24.689Z
SHA-256c5d975028939a2a8630b60dc51acf909718b6462fc93232a8beb0043caf3d59e

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts14
  • buildnpm run build:clean && npm run build:lib && npm run build:module && npm run build:dist && npm run build:bundle && npm run build:demo
  • build:bundlewebpack -p --config=./webpack/webpack.bundle.config.js
  • build:cleanrm -rf lib dist
  • build:demowebpack --config=./webpack/webpack.demo.config.js
  • build:distwebpack -p --config=./webpack/webpack.lib.config.js
  • build:libbabel src --out-dir lib
  • build:moduleBABEL_ENV=module babel src --out-dir module
  • jestjest
  • linteslint --ext .js,.jsx src test demo webpack
  • prepublishOnlynpm run build
  • startnpm run start:demo
  • start:demowebpack-dev-server --config=./webpack/webpack.demo.config.js
  • testnpm run lint && npm run jest -- --collectCoverage
  • test:devnpm run jest -- --watch
Dependencies4
  • @babel/runtime^7.1.2
  • @solid/query-ldflex^2.5.1
  • prop-types^15.6.2
  • solid-auth-client^2.3.0