PkgRadar

Package evidence

@nivinjoseph/[email protected]

Large Javascript Payload: 2733890 bytes

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
173
Versions published
33Mature · −50% score
First published
Feb 2018
Publisher
nivinjoseph

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":["@nivinjoseph/[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":["@nivinjoseph/[email protected]"],"fail_on":"review"}'
Publishernivinjoseph
Artifact bytes997,960
Previous version3.0.5
Published2026-01-15T06:54:45.191Z
SHA-2567a13cb8259abe9a151b8db6dfb28325a0763d1b322c4399bf6309660e9635d74

Why flagged

What the scanner saw

Large Javascript Payload: 2733890 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
3.0.6Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/.yarn/releases/yarn-4.0.2.cjs2733890 bytes10

Manifest

Package metadata

Scripts14
  • clean-allyarn clean-src && yarn clean-test && yarn clean-test-app && yarn clean-dist
  • clean-distfind ./dist -name '*.js' -delete -o -name '*.map' -delete -o -name '*.ts' -delete
  • clean-srcfind ./src -name '*.js' -delete -o -name '*.map' -delete
  • clean-testfind ./test -name '*.js' -delete -o -name '*.map' -delete
  • clean-test-appfind ./test-app -name '*.js' -delete -o -name '*.map' -delete
  • devyarn ts-build && concurrently -p "[{name}]" -n "TS,APP" -c "blue.bold,green.bold" "yarn ts-compile-watch" "yarn node-watch"
  • node-watchnode --watch --inspect=5858 ./test-app/service.js
  • publish-packagenpm run ts-build-dist && git add . && git commit -m 'preparing to publish new version' && git push && npm publish --access=public
  • testyarn ts-build && node --test --enable-source-maps ./test/**/*.test.js
  • ts-buildyarn ts-compile && yarn ts-lint
  • ts-build-distyarn ts-build && tsc -p ./dist
  • ts-compiletsc -p .
  • ts-compile-watchyarn ts-compile -w
  • ts-linteslint . --ext .ts
Dependencies7
  • @nivinjoseph/n-config^2.0.3
  • @nivinjoseph/n-defensive^2.0.2
  • @nivinjoseph/n-exception^2.0.2
  • @nivinjoseph/n-ext^2.0.2
  • @nivinjoseph/n-ject^3.0.4
  • @nivinjoseph/n-log^3.0.6
  • @nivinjoseph/n-util3.2.0