PkgRadar

Package evidence

@manisranjan/[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
3
First published
May 2026
Publisher
manisranjan

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":["@manisranjan/[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":["@manisranjan/[email protected]"],"fail_on":"review"}'
Publishermanisranjan
Artifact bytes851,198
Previous version3.2.1-beta.1
Published2026-06-12T08:22:50.643Z
SHA-256622f30a3d561de0ddc8c3c1ea0250f79456c76efa4617fb286d0c26a7b76dbcb

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

Scripts39
  • analyzeANALYZE=true elsie build --config=./vite.config.mjs
  • buildelsie build --config=./vite.config.mjs
  • build:ci./scripts/build.sh
  • build:storybookstorybook build --disable-telemetry
  • changesetchangeset
  • changeset:alphachangeset version --snapshot alpha
  • changeset:publishchangeset publish
  • changeset:statuschangeset status
  • changeset:versionchangeset version
  • check-updatesnode scripts/update-dependencies.js
  • clean:reportsrm -R -f cypress/reports && mkdir cypress/reports
  • collect-coveragecp coverage/storybook/coverage-storybook.json coverage/ && npx nyc report -r json -r lcov -r cobertura -t coverage --report-dir coverage
  • cypress:localconcurrently 'npm run serve' 'cd cypress && yarn install && yarn test'
  • cypress:mochawesomecd cypress && yarn cypress:mochawesome:merge && yarn cypress:mochawesome:m2e && yarn cypress:mochawesome:html
  • devconcurrently 'npm run storybook' 'npm run serve'
  • generate:api:mockselsie gql mocks
  • generate:api:typeselsie gql types
  • generate:translationsnode scripts/generate-translations.js
  • lighthouselighthouse --output html --output-path ./reports/lighthouse.html --view
  • lintelsie lint --max-warnings=0
  • prebuild:ciecho "Building PR version: ${VERSION_PARAM:-"."}"
  • predeploynpm run build:storybook
  • preparehusky
  • serveconcurrently 'NODE_ENV=development elsie serve --config=./vite.config.mjs' 'wait-on tcp:${PORT:=3002} && alive-server ./examples/html-host/ --port=3000 --no-browser --watch=../../dist/reload' 'wait-on http://localhost:3000/index.html && open http://localhost:3000/index.html'
  • serve:b2bconcurrently 'NODE_ENV=development elsie serve --config=./vite.config.mjs' 'wait-on tcp:${PORT:=3002} && alive-server ./examples/html-host --port=3000 --no-browser --watch=../../dist/reload' 'wait-on http://localhost:3000/index-b2b.html && open http://localhost:3000/index-b2b.html'
  • serve:b2b-quoteconcurrently 'NODE_ENV=development elsie serve --config=./vite.config.mjs' 'wait-on tcp:${PORT:=3002} && alive-server ./examples/html-host --port=3000 --no-browser --watch=../../dist/reload' 'wait-on http://localhost:3000/index-b2b-quote.html && open http://localhost:3000/index-b2b-quote.html'
  • serve:multistepconcurrently 'NODE_ENV=development elsie serve --config=./vite.config.mjs' 'wait-on tcp:${PORT:=3002} && alive-server ./examples/html-host --port=3000 --no-browser --watch=../../dist/reload' 'wait-on http://localhost:3000/index-multistep.html && open http://localhost:3000/index-multistep.html'
  • serve:with-extensionsconcurrently 'NODE_ENV=development elsie serve --config=./vite.config.mjs' 'wait-on tcp:${PORT:=3002} && alive-server ./examples/html-host --port=3000 --no-browser --watch=../../dist/reload' 'wait-on http://localhost:3000/index-with-extensions.html && open http://localhost:3000/index-with-extensions.html'
  • storybookelsie storybook
  • testelsie test
  • …and 9 more.
Dependencies8
  • @adobe-commerce/elsie~1.8.0
  • @adobe-commerce/event-bus~1.0.1
  • @adobe-commerce/fetch-graphql~1.2.3
  • @adobe-commerce/storefront-design~1.0.0
  • @dropins/build-tools~1.0.1
  • dompurify^3.2.6
  • glob^11.0.3
  • preact~10.22.1