PkgRadar

Package evidence

@lucky-office/[email protected]

Large Javascript Payload: 2134700 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
1
First published
May 2026
Publisher
zhangwenli

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":["@lucky-office/[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":["@lucky-office/[email protected]"],"fail_on":"review"}'
Publisherzhangwenli
Artifact bytes5,186,761
Previous versionnone
Published2026-05-27T06:18:32.341Z
SHA-256c305a9fad89a30b579065552f501e0f0106fe70778dfba8a4b71120dde70a1fa

Why flagged

What the scanner saw

Large Javascript Payload: 2134700 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
0.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/exceljs.js2134700 bytes10

Manifest

Package metadata

Scripts30
  • 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
  • copy-onlynode ../../script/copy-exceljs.js
  • install-buildnpm install && grunt build
  • linteslint --format node_modules/eslint-friendly-formatter .
  • lint:fixprettier-eslint --write $(pwd)'/**/*.js'
  • lint:stagedlint-staged
  • postbuildnode ../../script/copy-exceljs.js
  • 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
Dependencies10
  • archiver^5.0.0
  • cfb^1.2.2
  • dayjs^1.8.34
  • fast-csv^4.3.1
  • jszip^3.10.1
  • readable-stream^3.6.0
  • saxes^5.0.1
  • tmp^0.2.0
  • unzipper^0.10.11
  • uuid^8.3.0