PkgRadar

Package evidence

@yahoo/[email protected]

Large Javascript Payload: 4507885 bytes

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.

Weekly downloads
1,975Niche · −30% score
Versions published
504Mature · −50% score
First published
Nov 2023
Publisher
hamza.khchichine

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":["@yahoo/[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":["@yahoo/[email protected]"],"fail_on":"review"}'
Artifact bytes5,435,928
Previous version3.156.2
Published2026-06-11T20:30:43.863Z
SHA-256fe7887487e504b099c1b46a1cd81043afc3e36f0923d0830546889d273063a60

Why flagged

What the scanner saw

Large Javascript Payload: 4507885 bytes

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
3.157.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/uds/generated/tailwindPurge.cjs4507885 bytes0
lowLarge Javascript Payloadpackage/dist/uds/generated/tailwindPurge.js4507779 bytes0

Manifest

Package metadata

Scripts21
  • buildNODE_OPTIONS="--max-old-space-size=12288" bun run ./scripts/build.ts
  • ci:publishbun semantic-release
  • cleanrm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .coverage
  • devconcurrently bun:dev:*
  • dev:fixturesbun run ./scripts/buildFixtures.ts --watch
  • dev:tstsdown --watch
  • format:pkgbun --cwd ../../ syncpack format
  • generate:componentDatabun run ../css/scripts/generateComponentData.ts --components-dir src/components --output generated/componentData.json
  • generate:purgeCSSDatacd ../tailwind-v3 && bun run ./scripts/generatePurgeCSSData.ts --tsconfig ../uds/tsconfig.json --variants ../uds/src/styles/variants.ts --components ../uds/src/components/index.ts --experimental-components ../uds/src/components/experimental/index.ts --output ../uds/generated/tailwindPurge.ts
  • linteslint -c eslint.config.mjs .
  • lint:fixbun run lint --fix
  • lint:pkgbun publint
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2ebun run e2e/verifyCLI.ts && bun run e2e/enforcePublicImportsAPI.ts
  • test:uivitest --ui --coverage
  • test:updatevitest run -u
  • test:watchvitest
  • typecheckconcurrently bun:typecheck:*
  • typecheck:scriptstsc -p ./scripts --noEmit
  • typecheck:udstsc -p . --noEmit
Dependencies19
  • @ariakit/react^0.4.25
  • autoprefixer^10.5.0
  • clsx^2.1.1
  • culori^4.0.2
  • fast-glob^3.3.3
  • lodash^4.18.1
  • lodash-es^4.17.23
  • motion^12.38.0
  • postcss^8.5.6
  • postcss-prune-var^1.1.2
  • postcss-scope^1.7.4
  • postcss-selector-parser^6.1.2
  • prompts^2.4.2
  • react-toastify^11.0.5
  • semver^7.7.4
  • simple-update-notifier^2.0.0
  • tailwind-merge^2.6.0
  • ts-morph^26.0.0
  • type-fest^5.5.0