PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 13026118 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
464
Versions published
309Mature · −50% score
First published
Dec 2021
Publisher
aggregate-dev

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheraggregate-dev
Artifact bytes3,328,813
Previous version1.0.0-alpha188-r6.4x
Published2026-05-27T11:08:14.017Z
SHA-256d22e26b85d96a2289ff531516539d97b4f8323890375fd263833c2595b439a39

Why flagged

What the scanner saw

Large Javascript Payload: 13026118 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
1.0.0-alpha189Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/aggregate-sdk.development.js13026118 bytes10
mediumLarge Javascript Payloadpackage/dist/aggregate-sdk.production.js2232228 bytes10

Manifest

Package metadata

Scripts16
  • antrl4-js-linuxjava -Xmx500M -cp '/usr/local/lib/antlr-4.9.2-complete.jar:$CLASSPATH' org.antlr.v4.Tool -Dlanguage=JavaScript -lib src/expression/grammar -o src/expression/parser -visitor -no-listener -Xexact-output-dir src/expression/grammar/AggregateExpression.g4
  • antrl4-js-windowjava -Xmx500M -jar "./antlr4-4.9.2-complete.jar" -Dlanguage=JavaScript -lib src/expression/grammar -o src/expression/parser -visitor -no-listener -Xexact-output-dir src/expression/grammar/AggregateExpression.g4
  • buildwebpack -c webpack.prod.js --progress && webpack -c webpack.dev.js --progress && tsc --emitDeclarationOnly && npm run bundle-declarations
  • bundle-declarationsdts-bundle-generator --no-check -o dist/aggregate-ts-sdk.d.ts types/index.d.ts
  • devwebpack --config webpack.development.js --watch --progress
  • linteslint -c .eslintrc.js .
  • lint:fixnpm run lint -- --fix
  • prettierprettier --write "src/**/*.ts" && prettier --write "test/**/*.test.ts"
  • publish:lastnpm publish
  • publish:nextnpm version 1.0.0-alpha189 && npm publish --tag next
  • testjest --config=jest.unit.config.js --no-cache
  • test:coveragejest --coverage
  • test:fullnpm run test && npm run test:integration
  • test:integrationjest --testRegex=./test/integration/.*.test.ts --runInBand --testTimeout=30000
  • test:jenkinsnpm run test
  • test:performancejest --testRegex=./test/performance/.*.test.ts --runInBand --testTimeout=30000
Dependencies17
  • antlr4^4.9.2
  • bytebuffer^5.0.1
  • color^3.1.3
  • i18next^20.2.4
  • jsbi^3.1.4
  • json-bigint^1.0.0
  • lodash.clonedeep^4.5.0
  • lodash.isequal^4.5.0
  • moment^2.29.1
  • moment-timezone^0.5.45
  • numeral^2.0.6
  • papaparse^5.4.0
  • pino^6.11.3
  • simple-statistics^7.8.3
  • sprintf-kit^2.0.0
  • unescape-js^1.1.4
  • uuid^8.3.2