PkgRadar

Package evidence

@itcase/[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.

Weekly downloads
834
Versions published
177Mature · −50% score
First published
Jun 2023
Publisher
arkadiy_zamaraev

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":["@itcase/[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":["@itcase/[email protected]"],"fail_on":"review"}'
Artifact bytes41,560
Previous version1.1.100
Published2026-06-15T05:31:06.163Z
SHA-2565e3c2588f0df6ad5718756d977ff96f6598e069505e5985926549b4779c427eb

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • buildnpm run build-js && npm run build-css && npm run build-verify
  • build-cssrm -rf dist/css && postcss 'src/styles/bundles.css' --base src --dir dist/css/ --env production && npm run build-css-lint
  • build-css-lintstylelint --fix dist/css/styles/bundles.css
  • build-jsrm -rf dist && NODE_ENV=production rollup -c
  • build-storybookSTORYBOOK=true storybook build
  • build-verifynode --input-type=module -e "import fs from 'node:fs'; for (const file of ['dist/itcase-forms.esm.js','dist/itcase-forms.cjs.js','dist/index.d.ts']) { fs.accessSync(file); }"
  • devconcurrently 'npm:dev-js' 'npm:dev-css'
  • dev-csspostcss 'src/styles/bundles.css' --base src --dir dist/css/ --env production -w --verbose
  • dev-jsrollup -c -w
  • prepacknpm run build
  • preparehusky
  • semantic-releasesemantic-release
  • storybookrm -rf node_modules/.cache/ && STORYBOOK=true storybook dev -p 6006 --disable-telemetry
  • test-storybookPLAYWRIGHT_BROWSERS_PATH=0 vitest run --project=storybook
  • typechecktsc --noEmit --pretty -p tsconfig.build.json
Dependencies16
  • @itcase/types-core^1.1.74
  • @itcase/types-ui^1.1.82
  • @itcase/ui-core^1.10.36
  • @itcase/ui-web^1.10.36
  • axios^1.18.0
  • clsx^2.1.1
  • final-form4.20.10
  • final-form-focus1.1.2
  • libphonenumber-js^1.13.6
  • lodash^4.18.1
  • react^18.3.1
  • react-dom^18.3.1
  • react-final-form6.5.9
  • react-imask^7.6.1
  • react-select^5.10.2
  • yup^1.7.1