PkgRadar

Package evidence

@20minutes/[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
527Mature · −50% score
First published
Aug 2022
Publisher
webtech20minutes

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":["@20minutes/[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":["@20minutes/[email protected]"],"fail_on":"review"}'
Artifact bytes515,465
Previous version2.21.11
Published2026-06-09T08:44:15.416Z
SHA-256574f08ce63e78ac967730566f20c399e8ef2c09416ae44c65aeb5b608a466f00

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts25
  • build:design-tokenstsx bin/build-design-tokens
  • build:libraryvite build --mode library && rm -rf dist/tests dist/.storybook dist/bin && vite build --mode scripts && yarn copy-scss-output-dist
  • build:library:analyzeBUILD_VISUALIZER=true yarn build:library
  • build:localyarn build:library && yarn pack -f 20minutes-hela-dev-$(date +"%s").tgz && npx serv -p 8181
  • build:storybookstorybook build
  • compress:fontstsx bin/compress-fonts
  • copy-scss-output-disttsx bin/copyScssOutputDist
  • download:colorstsx bin/download-colors
  • generate:svg-spritesvg-sprite --symbol-dest sprite --symbol-sprite sprite.svg --symbol --dest=src/assets $(find src/assets/svg -type f -name '*.svg') && svgr --jsx-runtime automatic --ignore-existing --no-svgo --typescript -- src/assets/sprite/sprite.svg > src/components/atoms/Icon/SvgSprite.tsx
  • lintyarn lint:ts && yarn lint:scss
  • lint:scssstylelint 'src/**/*.scss'
  • lint:tsbiome check --max-diagnostics=none
  • lint:ts:cibiome ci --max-diagnostics=none --error-on-warnings
  • lint:ts:fixbiome check --write --unsafe --max-diagnostics=none
  • lint:ts:stagedbiome check --error-on-warnings --no-errors-on-unmatched --staged --max-diagnostics=none
  • preparehusky && yarn generate:svg-sprite && yarn download:colors && yarn build:design-tokens
  • storybookstorybook dev -p 6006
  • testvitest run --silent --project unit
  • test:coveragevitest run --coverage --project unit
  • test:packagenode bin/testPackedPackage.mjs
  • test:storybookNODE_OPTIONS=--max-old-space-size=8192 vitest --run --project storybook
  • tsctsc --noEmit
  • upload:artifactstsx bin/uploadArtifacts
  • upload:storybook:endtsx bin/uploadStorybook end
  • upload:storybook:starttsx bin/uploadStorybook start
Dependencies5
  • a11y-dialog^8.1.5
  • classnames^2.5.1
  • normalize.css^8.0.1
  • photoswipe^5.4.4
  • uri-jsnpm:uri-js-replace