PkgRadar

Package evidence

@darajs/[email protected]

Large Javascript Payload: 5233110 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
241Mature · −50% score
First published
Jul 2023
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@darajs/[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":["@darajs/[email protected]"],"fail_on":"review"}'
Artifact bytes4,422,436
Previous version1.26.13
Published2026-05-22T14:52:44.352Z
SHA-256012ad759b0d9bf401c4a7f26f75ff83761a68edd63c491fb3f64c5978a4cc2e1

Why flagged

What the scanner saw

Large Javascript Payload: 5233110 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/umd/dara.core.umd.cjs5233110 bytes10

Manifest

Package metadata

Scripts13
  • buildrimraf dist && rimraf dara/core/umd && vite build && tsc && cp -R js/assets dist/ && cp js/index.css dist/ && tsc-alias && cp -R dist/umd/. dara/core/_assets/auto_js/
  • build-devmkdir -p dist && cp js/index.css dist/ && cp -R js/assets dist/ && tsc && (concurrently "tsc -w" "tsc-alias -w")
  • cleanrimraf api assets components shared types *.js.map *.d.ts '!(*.config).js' *.css
  • cypress:opencypress open --e2e
  • formatprettier js --write --list-different
  • format:checkprettier js --check
  • linttsc --noemit && eslint js tests cypress --ext .tsx,.ts --max-warnings 0 && stylelint './js/**/*.tsx'
  • lint:fixtsc --noemit && eslint js tests cypress --ext .tsx,.ts --max-warnings 0 --fix && stylelint --fix './js/**/*.tsx'
  • packageyarn build && yarn publish --no-git-tag-version
  • prepare-devmkdir -p dist && tsc && cp -R js/assets dist/ && cp js/index.css dist/ && tsc-alias
  • testvitest --run
  • test-watchvitest
  • test:e2estart-server-and-test 'poetry run dara start --config cypress.dara.main:config' http://127.0.0.1:8000/static/index.js 'cypress run --e2e'
Dependencies34
  • @darajs/styled-components1.27.0
  • @darajs/ui-components1.27.0
  • @darajs/ui-notifications1.27.0
  • @darajs/ui-utils1.27.0
  • @fortawesome/fontawesome-free~6.4.0
  • @microsoft/fetch-event-source^2.0.1
  • @recoiljs/refine^0.1.1
  • @tanstack/query-core^4.40.0
  • @tanstack/react-query^4.40.1
  • date-fns2.30.0
  • exceljs^4.3.0
  • fast-json-patch^3.1.1
  • file-saver^2.0.5
  • jwt-decode^4.0.0
  • lodash^4.17.21
  • nanoid^3.3.8
  • nprogress^0.2.0
  • p-queue^9.1.0
  • polished^4.1.1
  • query-string^7.1.1
  • react^18.2.0
  • react-collapse^5.1.1
  • react-dom^18.2.0
  • react-error-boundary^4.0.0
  • react-router~7.9.1
  • react-virtualized-auto-sizer1.0.6
  • react-window^1.8.6
  • recoil^0.7.7
  • recoil-sync^0.2.0
  • rxjs^7.0.0
  • …and 4 more.