PkgRadar

Package evidence

@times-components/[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
2,982Mature · −50% score
First published
Oct 2018
Publisher
news-tools

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":["@times-components/[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":["@times-components/[email protected]"],"fail_on":"review"}'
Publishernews-tools
Artifact bytes11,382,290
Previous version2.65.50
Published2026-06-12T12:25:14.029Z
SHA-25632704069454c82a679cc33fe6a81ca013081d5feec8a5d28debec083475e3101

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.65.51-49fde2c9a513a1416af20159f7bc9f34aa1e7751.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

Scripts16
  • bundle:devyarn cleanup-dist && webpack --config=webpack.config.js
  • bundle:prodyarn cleanup-dist && NODE_ENV=production webpack --config=webpack.config.js -p
  • bundle:profileyarn cleanup-dist && NODE_ENV=production webpack --config=webpack.config.js --profile --json > dist/stats.json
  • cleanup-distrm -rf dist
  • depcheckdepcheck --ignores='cypress,axe-core,depcheck,eslint,graphql,prettier,wait-on,webpack*' --skip-missing
  • fmteslint . --fix && prettier --write '**/*.*'
  • linteslint . && yarn prettier:diff && yarn depcheck
  • prepublishOnlyyarn bundle:prod
  • prettier:diffprettier --list-different '**/*.*'
  • startwebpack --config=src/standalone-renderer/webpack.config.js && node src/standalone-renderer/app.js
  • start:testserverGRAPHQL_ENDPOINT=http://localhost:4000/graphql SPOT_ID=5p0t_1m_1d yarn start & wait-on tcp:3000
  • stop:testserverkill $(lsof -t -i:3000)
  • test:integrationyarn bundle:prod && yarn start:testserver && cypress run; exitCode=$?; yarn stop:testserver; exit $exitCode
  • test:integration:ciyarn bundle:prod && yarn start:testserver && circleci tests glob './__tests__/integration/**.js' | circleci tests run --command="tr ' ' ',' | xargs npx cypress run --reporter cypress-circleci-reporter --spec " --verbose --split-by=timings; exitCode=$?; yarn stop:testserver; exit $exitCode
  • test:integration:debugyarn start:testserver && DEBUG=cypress:* cypress open; exitCode=$?; yarn stop:testserver; exit $exitCode
  • test:integration:updateyarn bundle:prod && yarn start:testserver && cypress run --env updateSnapshots=true; exitCode=$?; yarn stop:testserver; exit $exitCode
Dependencies23
  • @times-components/article^7.21.71-49fde2c9a513a1416af20159f7bc9f34aa1e7751.0+49fde2c9a5
  • @times-components/author-profile^6.23.51-49fde2c9a513a1416af20159f7bc9f34aa1e7751.0+49fde2c9a5
  • @times-components/context^1.38.0
  • @times-components/provider^1.48.40
  • @times-components/schema^0.7.5
  • @times-components/tealium^1.15.3
  • @times-components/ts-styleguide^1.56.41
  • @times-components/utils^6.45.0
  • apollo-cache-inmemory1.5.1
  • apollo-client2.5.1
  • apollo-link1.2.4
  • apollo-link-error1.1.2
  • apollo-link-http1.5.14
  • apollo-link-persisted-queries0.2.2
  • cypress^13.14.0
  • cypress-wait-until1.7.2
  • node-fetch2.6.7
  • react16.9.0
  • react-apollo2.5.5
  • react-dom16.9.0
  • react-helmet-async1.0.2
  • styled-components4.3.2
  • unfetch^3.0.0