PkgRadar

Package evidence

@economist/[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
7
First published
Mar 2016
Publisher
economist-org-bot

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":["@economist/[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":["@economist/[email protected]"],"fail_on":"review"}'
Artifact bytes9,817
Previous version2.1.0
Published2016-05-10T22:52:39.844Z
SHA-256c5fb0c582a5dcf3ab4123aaef1070d01de3a042c476925092647862dd48bdfb5

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

Scripts34
  • accessnpm-run-all --parallel access:*
  • access:editorialnpm access grant read-only economist:economist-editorial $npm_package_name
  • access:global-logicnpm access grant read-only economist:global-logic $npm_package_name
  • access:infographicsnpm access grant read-only economist:infographics $npm_package_name
  • access:publicnpm access public $npm_package_name
  • access:sudonpm access grant read-write economist:read-write-all $npm_package_name
  • access:yldnpm access grant read-only economist:yld $npm_package_name
  • buildnpm-run-all --parallel build:*
  • build:jsbabel $npm_package_directories_src -d $npm_package_directories_lib --source-maps inline
  • docnpm-run-all --parallel doc:*
  • doc:assetsnpm-assets $npm_package_directories_site
  • doc:htmlhbs -D package.json -H @economist/doc-pack -o $npm_package_directories_site $npm_package_config_doc_html_files
  • doc:jsbrowserify $npm_package_config_doc_js_options $npm_package_directories_test/*.js -o $npm_package_directories_site/bundle.js
  • lintnpm-run-all --parallel lint:*
  • lint:jseslint --ignore-path .gitignore .
  • pagesgit-directory-deploy --directory $npm_package_directories_site --branch gh-pages
  • postpublishnpm run access
  • posttestlcov-result-merger 'coverage/**/lcov.info' | coveralls; true
  • predocmkdir -p $npm_package_directories_site
  • prepagesnpm run doc
  • prepublishnpm run build
  • pretestnpm run lint && npm run doc
  • prewatch:docnpm run predoc
  • prewatch:servewhile [ ! -f site/index.html ]; do sleep 1; done
  • provisionprovision-react-component
  • semantic-releasesemantic-release pre || exit 0; npm publish && semantic-release post
  • startnpm run watch
  • testkarma start
  • watchnpm-run-all --parallel watch:*
  • watch:docnpm-run-all --parallel watch:doc:*
  • …and 4 more.
Dependencies3
  • promisescript^1.1.0
  • react^0.14.8||^15.0.0
  • react-i13n^2.0.2