PkgRadar

Package evidence

@galaxy-ds/[email protected]

Large Javascript Payload: 6270984 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
817
Versions published
245Mature · −50% score
First published
Feb 2021
Publisher
jacky.li.leapdev

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

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":["@galaxy-ds/[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":["@galaxy-ds/[email protected]"],"fail_on":"review"}'
Artifact bytes7,096,192
Previous version3.0.0-beta.15
Published2026-06-17T03:40:14.195Z
SHA-2567e32c0e6884e6fcdef75de7326531d871af4471c28f41177ccfe24d454e58404

Why flagged

What the scanner saw

Large Javascript Payload: 6270984 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.esm.js6270984 bytes0
lowLarge Javascript Payloadpackage/dist/index.js6342121 bytes0

Manifest

Package metadata

Scripts16
  • buildyarn run rollup -c
  • changeset:addyarn changeset add
  • changeset:versionyarn changeset version
  • linteslint --ext .ts,.tsx .
  • lint-stagedlint-staged
  • prebuildrimraf dist && node scripts/generate-mui-exports.cjs
  • prettierprettier 'src/**/*.{ts,tsx}' --write
  • prettier:checkprettier 'src/**/*.{ts,tsx}' --check
  • storybookNODE_OPTIONS='--no-experimental-strip-types' storybook dev -p 6006
  • storybook:exportNODE_OPTIONS='--no-experimental-strip-types' storybook build
  • testjest
  • test:a11yNODE_OPTIONS='--no-experimental-strip-types' test-storybook
  • test:a11y:ciNODE_OPTIONS='--no-experimental-strip-types' concurrently -k -s first -n "SB,A11Y" -c "magenta,blue" "storybook build --quiet && http-server storybook-static --port 6006 --silent" "wait-on tcp:127.0.0.1:6006 && test-storybook --url http://127.0.0.1:6006" --excludeTags deprecated
  • test:a11y:reportnode scripts/a11y-report.cjs
  • test:a11y:report:ciNODE_OPTIONS='--no-experimental-strip-types' concurrently -k -s first -n "SB,A11Y" -c "magenta,blue" "storybook build --quiet && http-server storybook-static --port 6006 --silent" "wait-on tcp:127.0.0.1:6006 && node scripts/a11y-report.cjs --url http://127.0.0.1:6006"
  • test:watchjest --watch
Dependencies5
  • react>=19.2.0
  • react-date-range^1.4.0
  • react-day-picker^10.0.1
  • react-dom>=19.2.0
  • react-dropzone^14.2.2