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
606Mature · −50% score
First published
Jan 2019
Publisher
aishwarya_parab

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"}'
Artifact bytes1,372,390
Previous version2.1.1-1
Published2026-06-08T14:50:29.801Z
SHA-256b60e6f6d525cd849dc63a0ee84a652e2227f69672220cb7720cfa9e2d06050e1

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

Scripts24
  • _installnpm install && npm-install-peers
  • _unlinknpm unlink *
  • buildtsc --module commonjs && rollup -c rollup.config.ts
  • build:docstypedoc --out docs --target es6 --theme minimal --mode file src
  • ci:buildnpm run build
  • ci:lintnpm run lint
  • commitgit-cz
  • deploy-docsts-node tools/gh-pages-publish
  • linttslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'
  • prebuildrimraf dist
  • precommitlint-staged
  • prepublishOnlyblock-publish
  • releasenpm run build && ALLOW_PUBLISH=true npm publish
  • release:devnpm run build && npm version prerelease --no-git-tag-version && ALLOW_PUBLISH=true npm publish --tag dev
  • release:majornpm run build && npm version major && ALLOW_PUBLISH=true npm publish
  • release:minornpm run build && npm version minor && ALLOW_PUBLISH=true npm publish
  • release:nightlynpm run build && npm version prerelease --no-git-tag-version && ALLOW_PUBLISH=true npm publish --tag nightly
  • release:patchnpm run build && npm version patch --no-git-tag-version && ALLOW_PUBLISH=true npm publish
  • report-coveragecat ./coverage/lcov.info | coveralls
  • semantic-releasesemantic-release
  • semantic-release-preparets-node tools/semantic-release-prepare
  • startSERVE=true concurrently 'rollup -c rollup.config.ts -w' 'tsc -w'
  • test:prodnpm run lint && npm run test -- --coverage --no-cache
  • test:watchjest --watch
Dependencies7
  • @emotion/core>=10
  • @emotion/styled>=10
  • lodash-es^4.17.10
  • react-loadable^5.5.0
  • react-masonry-component^6.2.1
  • react-slick^0.31.0
  • tslib^1.10.0