PkgRadar

Package evidence

@element-public/[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
18Established · −30% score
First published
Jul 2024
Publisher
arkadiusz.slowikowski

Effective trust discount applied: 30% (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":["@element-public/[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":["@element-public/[email protected]"],"fail_on":"review"}'
Artifact bytes24,803
Previous version5.84.0-alpha.1
Published2026-06-18T08:48:58.113Z
SHA-2569b727d0bf509d162c908ec2e8982dd8f6aeba441ad0d845e46914f8f5418b28d

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

Scripts16
  • buildrimraf lib && rollup --config
  • build:watchrimraf lib && rollup --verbose --config --watch
  • changelogpnpm exec standard-version --skip.bump --skip.commit
  • changelog:majorstandard-version --release-as-major
  • changelog:minorstandard-version --release-as-minor
  • changelog:patchstandard-version --release-as-patch
  • eslint:checkeslint --ext .js --ignore-path .eslintignore .
  • eslint:fixeslint --ext .js --ignore-path .eslintignore . --fix
  • list-browsersnode browserlist-config/listCoverage.mjs
  • prettier:checkprettier --check '**/*'
  • prettier:writeprettier --write '**/*'
  • resetrimraf node_modules pnpm-lock.yaml && pnpm install
  • testjest
  • test:coveragejest --coverage
  • test:coverage-watchjest --coverage --watchAll
  • test:pre-pushpnpm run eslint:check && pnpm run prettier:check
Dependencies9
  • @babel/runtime-corejs3^7.26.7
  • @rollup/plugin-babel^6.0.4
  • @rollup/pluginutils^5.1.4
  • change-case4.0.0
  • clsx^2.1.1
  • date-fns^2.30.0
  • fs-extra^11.3.0
  • lodash.merge^4.6.2
  • warning^4.0.3