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
22Mature · −50% score
First published
Dec 2016
Publisher
emilbjorklund

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":["@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 bytes111,820
Previous version5.0.1-0
Published2021-07-29T08:39:58.726Z
SHA-2568b32907b88dcb6f1dbad048e9191a35812b7acbfa85d92c38dd04c5bf78f9bc5

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts30
  • buildrun-s build:*
  • build-testrun-s build-test:*
  • build-test:01-make-foldersmkdir -p example/dist/bare/
  • build-test:02-generaterun-p build-test:02-generate:*
  • build-test:02-generate:csscp example/src/main.css example/dist/bare/main.css
  • build-test:02-generate:jsrun-s build-test:02-generate:js:*
  • build-test:02-generate:js:01webpack --mode='production' --devtool hidden-source-map --config example/webpack.config.js --output-public-path /dist/rev/
  • build-test:02-generate:js:02webpack --mode='production' --devtool hidden-source-map --config example/webpack.legacy.js --output-public-path /dist/rev/
  • build-test:03-clean-revrm -rf example/dist/rev
  • build-test:04-run-cl-with-sourcemap-flagDEBUG=asset-versions node cli.js -s -p example -o asset-versions-sourcemaps.json
  • build-test:05-run-cliDEBUG=asset-versions node cli.js -p example
  • build:0run-s clean
  • build:1-declarationtsc -p declaration.tsconfig.json
  • build:3-add-ignorests-ignore-import '**/*.d.ts'
  • checkrun-s clean && run-p check:*
  • check:dependency-checkdependency-check *.js --no-dev -i @types/* -i type-fest
  • check:eslinteslint .
  • check:installed-checkinstalled-check -i eslint
  • check:tsctsc
  • cleanrun-p clean:*
  • clean:declarationsrm -rf $(find . lib example example/* example/src/* -maxdepth 2 -type f -name '*.d.ts')
  • prepublishOnlyrun-s build
  • startrun-s build-test && node example/app.js
  • testrun-p check && run-p test:*
  • test-checklessrun-p test:*
  • test:examplerun-s build-test && run-p test:example:*
  • test:example:manifestdiff --ignore-all-space example/example-manifest.json example/dist/bare/manifest.json
  • test:example:sourcemapsdiff --ignore-all-space example/example-asset-versions-sourcemaps.json example/asset-versions-sourcemaps.json
  • test:example:versionsdiff --ignore-all-space example/example-asset-versions.json example/asset-versions.json
  • test:mochaNODE_ENV=test nyc --reporter=lcov --reporter text mocha --reporter dot test/**/*.spec.js
Dependencies9
  • @types/verror^1.10.4
  • cp-file^9.0.0
  • dashdash^2.0.0
  • debug^4.1.1
  • load-json-file^6.2.0
  • rev-file^3.0.0
  • type-fest^0.16.0
  • verror^1.10.0
  • write-json-file^4.2.1