PkgRadar

Package evidence

@lucky-office/[email protected]

no findings

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
143
Versions published
3
First published
May 2026
Publisher
zhangwenli

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes196,413
Previous version0.2.0
Published2026-05-29T06:25:28.880Z
SHA-256e481c43cac8ade4ab864c0591a76ac19080c31be5fb40826d0b6537cc63135c8

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.3.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts29
  • benchmarknode --expose-gc benchmark
  • benchmark:debugnode --expose-gc --inspect-brk --trace-deopt benchmark
  • buildecho '[lucky-office/exceljs] No build needed - lib/ and dist/ are pre-built upstream artifacts' && exit 0
  • build:fullgrunt 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
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