PkgRadar

Package evidence

@canalcircle/[email protected]

Large Javascript Payload: 2492482 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.

Versions published
7
First published
Nov 2019
Publisher
steerapi

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":["@canalcircle/[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":["@canalcircle/[email protected]"],"fail_on":"review"}'
Publishersteerapi
Artifact bytes5,474,405
Previous version4.1.1
Published2020-10-07T02:58:58.002Z
SHA-2567d18d0ecdfbc43d7e530fc9401967b5db38920350f24bba6d809e2ef13a86a7e

Why flagged

What the scanner saw

Large Javascript Payload: 2492482 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/exceljs.bare.js2492482 bytes10
mediumLarge Javascript Payloadpackage/dist/exceljs.js2628900 bytes10

Manifest

Package metadata

Scripts28
  • benchmarknode --expose-gc benchmark
  • benchmark:debugnode --expose-gc --inspect-brk --trace-deopt benchmark
  • buildgrunt build
  • cleanrm -rf build/ && rm -rf dist
  • clean-buildnpm run clean && npm run build
  • install-buildnpm install && grunt build
  • linteslint --format node_modules/eslint-friendly-formatter .
  • lint:fixprettier-eslint --write $(pwd)'/**/*.js'
  • lint:stagedlint-staged
  • postversiongit push --no-verify && git push --tags --no-verify
  • preversionnpm run clean && npm run build && npm run test:version
  • testnpm run test:full
  • test:allnpm run test:native && npm run test:es5
  • test:browserif [ ! -f .disable-test-browser ]; then npm run build && npm run test:jasmine; fi
  • test:distmocha --require spec/config/setup spec/dist --recursive
  • test:end-to-endmocha --require spec/config/setup spec/end-to-end --recursive
  • test:end-to-end:es5export EXCEL_BUILD=es5 && npm run test:end-to-end
  • test:es5export EXCEL_BUILD=es5 && npm run test:full
  • test:fullnpm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:jasmine
  • test:integrationmocha --require spec/config/setup spec/integration --recursive
  • test:integration:es5export EXCEL_BUILD=es5 && npm run test:integration
  • test:jasminegrunt jasmine
  • test:manualnode spec/manual/app.js
  • test:nativenpm run test:full
  • test:typescriptmocha -r ts-node/register spec/typescript/**/*.spec.ts
  • test:unitmocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive
  • test:unit:es5export EXCEL_BUILD=es5 && npm run test:unit
  • test:versionnpm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser && npm run test:dist
Dependencies9
  • archiver^5.0.0
  • dayjs^1.8.34
  • fast-csv^4.3.1
  • jszip^3.5.0
  • readable-stream^3.6.0
  • saxes^5.0.1
  • tmp^0.2.0
  • unzipper^0.10.11
  • uuid^8.3.0