PkgRadar

Package evidence

@hdsydsvenskan/[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.

Versions published
3
First published
Nov 2021
Publisher
emilbjorklund

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":["@hdsydsvenskan/[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":["@hdsydsvenskan/[email protected]"],"fail_on":"review"}'
Publisheremilbjorklund
Artifact bytes445,388
Previous version0.3.0
Published2022-09-01T18:55:18.171Z
SHA-256270a1726f795b4d6cfed36f45092b05abd9967ca9c3c67e7e0a59f1b58303609

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.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

Scripts17
  • buildparcel build index.js --no-content-hash --no-source-maps
  • check:eslinteslint --ext .js .
  • check:sizerun-s build size-limit
  • mochamocha --exit --file test/e2e/*.spec.js --timeout 15000 --require test/e2e/bootstrap.js
  • post-unitnode etc/test-fix-babelrc.js restore
  • pre-unitnode etc/test-fix-babelrc.js setup
  • preparehusky install
  • serveparcel serve test/fixtures/demo.html
  • size-limitsize-limit
  • testrun-s check:* test:*
  • test-e2enpm-run-all -r --parallel serve mocha
  • test-unitcross-env NODE_ENV=test karma start --single-run
  • test:01-unitrun-s --continue-on-error pre-unit test-unit post-unit
  • test:02-e2erun-s test-e2e
  • watchrun-p watch:*
  • watch:serverparcel test/fixtures/demo.html
  • watch:unitcross-env NODE_ENV=test karma start
Dependencies1
  • body-scroll-lock^4.0.0-beta.0