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
9
First published
Apr 2020
Publisher
teleaziz123

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"}'
Publisherteleaziz123
Artifact bytes79,882
Previous version1.0.2
Published2021-03-10T18:30:38.718Z
SHA-256ad8def17ee9587bb5ee6cbeeb4f85696a3ffdd0e4660a69b09aa3cdd29d4c693

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
1.0.3-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

Scripts16
  • buildwebpack --mode production
  • commitgit-cz
  • deploy-docsts-node tools/gh-pages-publish
  • linttslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'
  • prebuildrimraf dist
  • release:devnpm run build && npm version prerelease --no-git-tag-version && npm publish --tag dev
  • release:patchnpm run build && npm version patch && npm publish
  • report-coveragecat ./coverage/lcov.info | coveralls
  • semantic-releasesemantic-release
  • semantic-release-preparets-node tools/semantic-release-prepare
  • start:devwebpack-dev-server --mode development
  • testjest -c jest.config.js --no-cache
  • test:coverjest -c jest.config.js --collect-coverage
  • test:prodnpm run lint && npm run test -- --no-cache
  • test:watchjest -c jest.config.js --watch
  • travis-deploy-oncetravis-deploy-once
Dependencies10
  • @builder.io/sdk^1.1.0
  • @emotion/core^10.0.22
  • @emotion/styled^10.0.23
  • @material-ui/core^4.9.5
  • @material-ui/icons^4.9.1
  • @material-ui/lab^4.0.0-alpha.47
  • axios^0.19.2
  • cross-env^6.0.3
  • is-url^1.2.4
  • react^16.13.1