PkgRadar

Package evidence

@uncinc/[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
54Mature · −50% score
First published
Oct 2023
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":["@uncinc/[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":["@uncinc/[email protected]"],"fail_on":"review"}'
Publisheruncinc_admin
Artifact bytes29,617
Previous version1.1.0
Published2026-03-05T14:01:30.766Z
SHA-2569d6ced922148a8310a4b01c0a6c6907dd1e7ffc617380d30aebca4092c1f33ea

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

Scripts15
  • buildreact-scripts 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
  • eslintNODE_ENV=development eslint './src/**/*.{js,jsx,ts,tsx}'
  • eslint:fixNODE_ENV=development eslint --fix './src/**/*.{js,jsx,ts,tsx}'
  • extractsb extract
  • prepareyarn run publish:npm
  • publish:npmyarn build:js && yarn build:types && yarn build:cleanup
  • startyarn run storybook
  • stylelintstylelint **/*.scss
  • stylelint:fixstylelint --fix **/*.scss
  • testreact-scripts test
  • test:cireact-scripts test --collectCoverage --passWithNoTests --coverageReporters=cobertura --coverageDirectory="./__tests__/coverage" --ci --reporters=default --reporters=jest-junit --watchAll=false
  • yalc-watchnodemon -e js,jsx,ts,tsx --ignore dist --exec "yalc publish && yalc push"
Dependencies32
  • @elastic/elasticsearch^8.12.1
  • @material-design-icons/svg^0.14.11
  • @searchkit/instantsearch-client^4.9.0
  • @types/node^20.1.0
  • @types/react^18.2.6
  • @types/react-autosuggest^10.1.9
  • @types/react-dom^18.2.4
  • @types/react-html-parser^2.0.2
  • @types/webpack-env^1.18.0
  • bootstrap^4
  • classnames^2.3.2
  • eslint-webpack-plugin^2
  • immutable^4.0.0-rc.15
  • lodash^4.17.21
  • mini-css-extract-plugin^1.4.1
  • path^0.12.7
  • postcss^8.4.24
  • query-string^6.13.1
  • react^16 || ^17 || ^18
  • react-autosuggest^10.1.0
  • react-dom^16 || ^17 || ^18
  • react-global-configuration^1.4.0
  • react-html-parser^2.0.2
  • react-i18next^11.5.0
  • react-immutable-proptypes^2.2.0
  • react-instantsearch^7.0.1
  • react-lazyload^3.0.0
  • react-use-cookie^1.3.0
  • sass^1.55.0
  • sass-loader^8.0.2
  • …and 2 more.