PkgRadar

Package evidence

@sisense/[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
47Mature · −50% score
First published
Dec 2024
Publisher
compose-sdk-eng

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":["@sisense/[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":["@sisense/[email protected]"],"fail_on":"review"}'
Artifact bytes604,232
Previous version2.25.0
Published2026-04-29T08:05:58.000Z
SHA-256c44dd161440a24094d752e1181e5eb1a84a4b62f8843ffd7de246f851201739f

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts18
  • buildrun type-check && vite build --mode development && run build:umd && run build:lightweight
  • build:lightweightBUILD_VARIANT=lightweight vite build --mode development
  • build:lightweight:prodBUILD_VARIANT=lightweight vite build
  • build:prodrun type-check && vite build && run build:umd:prod && run build:lightweight:prod
  • build:umdtsx ./scripts/vite/vite.umd.build.ts --mode development
  • build:umd:prodtsx ./scripts/vite/vite.umd.build.ts --mode production
  • cleanrm -rf dist coverage tsconfig.build.tsbuildinfo tsconfig.prod.tsbuildinfo
  • devvite
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint src/ --quiet
  • lint:fixrun lint --fix
  • storybook:devstorybook dev
  • testvitest run
  • test:coveragerun vitest run --coverage
  • test:watchvitest watch
  • type-checktsc --noEmit
  • vitestrun -T vitest
Dependencies10
  • @emotion/cache11.11.0
  • @emotion/react11.11.4
  • @emotion/styled11.11.0
  • @mui/material^6.4.11
  • @mui/utils^6.4.9
  • @rc-component/tooltip^1.2.0
  • classnames^2.5.1
  • prop-types^15.8.1
  • react-use^17.6.0
  • simplebar-react^3.3.2