PkgRadar

Package evidence

@eyeseetea/[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.

Weekly downloads
289
Versions published
119Mature · −50% score
First published
Mar 2021
Publisher
tokland

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":["@eyeseetea/[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":["@eyeseetea/[email protected]"],"fail_on":"review"}'
Publishertokland
Artifact bytes115,373
Previous version42.22.0-beta.1
Published2026-06-04T10:34:53.234Z
SHA-256db8faf3fe5544454492862dac6079230c707f972a9ef0340fe17e46bba7ae34d

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
42.22.0-beta.2Version
Status history (2 events)
  1. newavailable · risk low · score 0 · status changed
  2. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts14
  • buildyarn build-babel && tsc && cp package.json build/
  • build-babelbabel src --out-dir build --extensions ".js,.jsx,.ts,.tsx"
  • cleanrimraf build
  • distncc build build/ -m
  • generate-schemasts-node src/scripts/generate-schemas.ts
  • linteslint src --ext .js,.jsx,.ts,.tsx
  • localizeecho no-op
  • postdistcp dist/index.js $npm_package_name.js
  • predistrimraf dist && yarn build
  • prereleaseyarn build
  • prettifyprettier "{.,src}/**/*.{js,jsx,ts,tsx,json,css}" --write
  • releasebash scripts/publish.sh
  • startNODE_ENV=development babel-watch src --extensions ".js,.jsx,.ts,.tsx"
  • testecho no-op
Dependencies9
  • abort-controller3.0.0
  • axios1.6.4
  • axios-mock-adapter1.22.0
  • btoa^1.2.1
  • cross-fetch^4.0.0
  • form-data^4.0.0
  • iconv-lite0.6.2
  • lodash4.17.21
  • qs6.9.7