PkgRadar

Package evidence

@tagspaces/[email protected]

Large Javascript Payload: 2358232 bytes

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":["@tagspaces/[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":["@tagspaces/[email protected]"],"fail_on":"review"}'
Artifact bytes1,177,771
Previous version4.8.4
Published2026-05-16T06:41:28.531Z
SHA-256d0e86d5ad69eb3167d426834fc10b635a34d87fc306fabbc60f4e2fdf3915751

Why flagged

What the scanner saw

Large Javascript Payload: 2358232 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/build/pdf.worker.mjs2358232 bytes10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/build/pdf.worker.mjs2358232 bytes10
lowObfuscationpackage/build/905.index.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts10
  • buildnpx rimraf build && npx cross-env NODE_ENV=production webpack --config webpack.config.js --mode production
  • build:devwebpack --config webpack.config.js --mode development
  • kill-processlsof -n -i4TCP:40352 | awk '{print$2}' | tail -1 | xargs kill -9
  • npmpacknpm run build && npx shx cp -rL build/** ../../../tagspaces/release/app/node_modules/@tagspaces/tagspaces-ws/
  • pkg-publishnpm run build && npm publish --access public
  • startnode build/index.js -p 40352
  • start-devnode index.js -p 2000 -k e2eTestKey
  • testnpm run test-data-download && npx cross-env NODE_OPTIONS=--experimental-vm-modules jest && npx rimraf testdata
  • test-data-downloadnpx rimraf testdata && git clone --depth 1 https://github.com/tagspaces/testdata
  • test-onlynpx cross-env NODE_OPTIONS=--experimental-vm-modules jest
Dependencies7
  • @tagspaces/tagspaces-indexer^4.8.5
  • @tagspaces/tagspaces-pdf-extraction^4.8.4
  • @tagspaces/tagspaces-workers^4.8.5
  • find-free-ports3.1.1
  • jsonwebtoken9.0.3
  • wasm-vips0.0.17
  • ws8.19.0