PkgRadar

Package evidence

@expo/[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
7
First published
Sep 2021
Publisher
dsokal

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":["@expo/[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":["@expo/[email protected]"],"fail_on":"review"}'
Publisherdsokal
Artifact bytes7,826
Previous version0.0.6
Published2022-01-24T11:36:31.999Z
SHA-256722c4c69fc0b705aade2af7ec4cefc2c7c402b524a6db2b8991b17432f834ee1

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
0.0.7Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts11
  • buildnpm run clean && npm run compile
  • cleanrm -rf ./dist
  • clean-allyarn clean && rm -rf node_modules
  • compiletsc -p tsconfig.build.json
  • prepublishOnlynpm run build
  • startyarn watch
  • test:integration./resources/jest --runInBand --config jest.config.integration.js
  • test:integration:watch./resources/jest --runInBand --config jest.config.integration.js --watchAll
  • test:unitecho "no tests found" || ./resources/jest --config jest.config.unit.js
  • test:unit:watch./resources/jest --config jest.config.unit.js --watch
  • watchyarn compile --watch --preserveWatchOutput
Dependencies7
  • @expo/logger0.0.21
  • @google-cloud/storage^5.14.0
  • form-data^2.5.1
  • fs-extra^9.0.0
  • got^11.1.4
  • lodash^4.17.15
  • uuid^3.3.3