PkgRadar

Package evidence

@realeyes/[email protected]

Remote Dependency Spec: devDependencies.istanbul-combine="github:realeyes/istanbul-combine#f16c12aaaaa8039f61386bb2f34ef0aed5799104"

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
65Mature · −50% score
First published
Sep 2016
Publisher
szima

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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@realeyes/[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":["@realeyes/[email protected]"],"fail_on":"review"}'
Publisherszima
Artifact bytes4,294,165
Previous version2.0.23-stage.5
Published2022-05-19T10:57:48.336Z
SHA-2562cd763c6fd814683309d3b41573902ec6ad8baf63234130e9584edefc2211837

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.istanbul-combine="github:realeyes/istanbul-combine#f16c12aaaaa8039f61386bb2f34ef0aed5799104"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
4Score
2.0.23-stage.9Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.istanbul-combine="github:realeyes/istanbul-combine#f16c12aaaaa8039f61386bb2f34ef0aed5799104"8
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.istanbul-combine="github:realeyes/istanbul-combine#f16c12aaaaa8039f61386bb2f34ef0aed5799104"8
lowLarge Javascript Payloadpackage/tests/unit/fixtures.js3970597 bytes0

Manifest

Package metadata

Scripts13
  • allnpm run cleanup && npm run lint && npm run build && npm run minify && npm run compress && npm run copy && npm run copy:example && npm run build:docs
  • buildbabel index.js | browserify - -d -t [ babelify ] | exorcist ./dist/environment-detector.js.map > ./dist/environment-detector.js
  • build:docscopyfiles -f README.md docs && chdir docs && make.bat html
  • cleanuprimraf dist/*
  • compressgzipme -O dist/environment-detector.min.js.gz -c best dist/environment-detector.min.js
  • copycopyfiles -f ./log.gif dist
  • copy:examplecopyfiles -f example/* dist
  • linteslint .
  • minifyuglifyjs --comments /^!/ dist/environment-detector.js -c -m --source-map filename='dist/environment-detector.min.js.map',url='dist/environment-detector.js.map' --output dist/environment-detector.min.js
  • testnpm run test-unit && npm run test-functional
  • test-functionalbabel-node tests/functional/index.js
  • test-unitbabel-node tests/unit/index.js
  • test-unit-debugbabel-node --inspect tests/unit/index.js
Dependencies6
  • base-64^0.1.0
  • es6-error^4.1.1
  • json3^3.3.2
  • native-promise-only^0.8.1
  • uuid^3.3.2
  • visibilityjs^2.0.2