PkgRadar

Package evidence

@builder.io/[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
1,180Mature · −50% score
First published
May 2018
Publisher
sanyamkamat

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":["@builder.io/[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":["@builder.io/[email protected]"],"fail_on":"review"}'
Publishersanyamkamat
Artifact bytes2,651,833
Previous version2.0.0
Published2025-02-03T04:55:23.996Z
SHA-2569d65f47d72df557e34ec0799f90211cdf116172996d08f72cfa5054cc8e56bee

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

Scripts26
  • _installnpm install
  • _unlinknpm unlink *
  • buildtsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src && npm run build:unpkg:dist
  • build:unpkg:distts-node -O '{"module": "commonjs"}' tools/make-unpkg-dist.ts
  • ci:buildnpm run build
  • ci:lintnpm run lint
  • commitgit-cz
  • deploy-docsts-node tools/gh-pages-publish
  • developconcurrently "npm run start" "npm run serve"
  • linttslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'
  • prebuildrimraf dist
  • precommitlint-staged
  • prepublishOnlyblock-publish
  • release:betanpm version prerelease && npm run build && npm run build:unpkg:dist && ALLOW_PUBLISH=true npm publish --tag beta
  • release:devnpm version prerelease && npm run build && npm run build:unpkg:dist && ALLOW_PUBLISH=true npm publish --tag dev
  • release:majornpm version major && npm run build && npm run build:unpkg:dist && ALLOW_PUBLISH=true npm publish
  • release:nightlynpm version prerelease && npm run build && npm run build:unpkg:dist && ALLOW_PUBLISH=true npm publish --tag nightly
  • release:patchnpm version patch && npm run build && npm run build:unpkg:dist && ALLOW_PUBLISH=true npm publish
  • report-coveragecat ./coverage/lcov.info | coveralls
  • semantic-releasesemantic-release
  • semantic-release-preparets-node tools/semantic-release-prepare
  • servehttp-server -p 8989
  • startSERVE=true rollup -c rollup.config.ts -w
  • testjest watch
  • test:prodnpm run lint && npm run test -- --coverage --no-cache
  • test:watchnpm run test -- --watch
Dependencies11
  • @builder.io/react^8.0.7
  • @builder.io/sdk^6.0.4
  • @builder.io/shopify1.3.42-3
  • @builder.io/widgets^1.2.26
  • @emotion/core^10.0.22
  • @types/css-font-loading-module0.0.4
  • liquidjs^9.7.0
  • preact^10.5.7
  • react^16.8.6
  • react-dom^16.8.6
  • tslib^1.10.0
Optional dependencies3
  • @builder.io/email^1.2.26
  • @webcomponents/custom-elements^1.2.1
  • es6-promise^4.2.5