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
83Mature · −50% score
First published
Nov 2023
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 bytes399,398
Previous version2.28.0
Published2026-06-10T20:06:18.734Z
SHA-25678643c392dac127bc6c0526a5744a1e84b68ea6e39da7f61c3a26c877061bf27

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

Scripts15
  • buildyarn prebuild && ng build && yarn postbuild
  • build:prodyarn prebuild && ng build && yarn postbuild
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint . --quiet
  • lint:fixrun lint --fix
  • ngng
  • postbuildrm ./src/package.json
  • prebuildyarn sync-version && node ./scripts/generate-build-package-config.cjs
  • sync-versionnode ./scripts/sync-version.cjs
  • testTZ=utc run vitest run
  • test:coverageTZ=utc run vitest run --coverage
  • test:updateTZ=utc run vitest -u
  • test:watchTZ=utc run vitest watch
  • watchng build --watch --configuration development
Dependencies6
  • @sisense/sdk-data2.29.0
  • @sisense/sdk-tracking2.29.0
  • @sisense/sdk-ui-preact2.29.0
  • rxjs^7.8.1
  • ts-deepmerge^6.2.0
  • tslib^2.3.0