PkgRadar

Package evidence

@hvcgroep/[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
143Mature · −50% score
First published
Apr 2024
Publisher
uncinc_admin

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":["@hvcgroep/[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":["@hvcgroep/[email protected]"],"fail_on":"review"}'
Publisheruncinc_admin
Artifact bytes2,198,207
Previous version3.52.0
Published2026-05-07T10:43:28.924Z
SHA-2569f40027fc21ca77eeb45e3a331464c1c5e44e08dca988834c630ab5f8f4e2ab8

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

Scripts24
  • buildyarn run generate-icon-types && yarn build:js && yarn build:types
  • build-storybookyarn run generate-icon-types && storybook build
  • build:cleanupfind dist -type f -name 'stories.*' -delete -o -name '*.stories.*' -delete -o -name 'test.*' -delete -o -name '*.test.*' -delete
  • build:jscross-env NODE_ENV=production && rm -rf dist && mkdir dist && npx babel src --out-dir dist --copy-files --extensions .ts,.js,.tsx,.jsx,.cjs,.mjs
  • build:typestsc --outDir dist --rootDir src
  • check-filesnode scripts/checkFiles.js
  • commitlintcommitlint --edit
  • ejectreact-scripts eject
  • eslintyarn run generate-icon-types && NODE_ENV=development eslint './src/**/*.{js,jsx,ts,tsx}'
  • eslint-stagedNODE_ENV=development eslint $(git diff --staged --name-only --diff-filter=ACM -- '*.js' '*.jsx' '*.ts' '*.tsx')
  • eslint:fixNODE_ENV=development eslint --fix './src/**/*.{js,jsx,ts,tsx}'
  • extractsb extract
  • generate-icon-typesnode scripts/generateIconTypes.js
  • prepareyarn run publish:npm && husky
  • publish:npmyarn build && yarn build:cleanup
  • startyarn run generate-icon-types && yarn run storybook
  • storybookstorybook dev -p 6006
  • stylelintstylelint **/*.scss
  • stylelint-stagedstylelint --allow-empty-input $(git diff --staged --name-only --diff-filter=ACM | grep -E .scss || echo foo)
  • stylelint:fixstylelint --fix **/*.scss
  • testyarn run generate-icon-types && cross-env SASS_PATH=node_modules:src/styles REACT_APP_ENV=development node scripts/test.js
  • test:cireact-scripts test --collectCoverage --coverageReporters=cobertura --coverageDirectory="./__tests__/coverage" --ci --reporters=default --reporters=jest-junit --watchAll=false
  • test:snapshot-generatejest --updateSnapshot
  • yalc-watchnodemon -e js,jsx,ts,tsx,scss --ignore dist --exec "yalc publish && yalc push"
Dependencies17
  • @sentry/react^7.47.0
  • @uncinc/uncinc-react-kitchen-sink^2.6.5
  • axios^1.4.0
  • camelcase^6.2.1
  • classnames^2.3.2
  • focus-formik-error^1.1.0
  • formik^2.2.6
  • i18next^23.8.2
  • immer^10.0.2
  • lodash^4.17.21
  • lottie-web^5.12.2
  • query-string^9.3.1
  • react^18.2.0
  • react-dom^18.2.0
  • react-i18next^14.0.5
  • redux4.0.5
  • stylelint^15.6.1