PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2816776 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
186,256Ubiquitous · −70% score
Versions published
196Mature · −50% score
First published
Jan 2016
Publisher
artf

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherartf
Artifact bytes2,916,359
Previous version0.22.16
Published2026-05-26T09:33:51.573Z
SHA-256a5e80b0f0f6a7aab5bbdb41a17fd172ab386005b869d2574b3235a5f9efeb89e

Why flagged

What the scanner saw

Large Javascript Payload: 2816776 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
0.23.1-rc.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/grapes.mjs2816776 bytes10

Manifest

Package metadata

Scripts12
  • buildnpm run build-all
  • build-allrun-s build:*
  • build:csssass src/styles/scss/main.scss dist/css/grapes.min.css --no-source-map --style=compressed --load-path=node_modules
  • build:jsnode node_modules/grapesjs-cli/dist/cli.js build --patch=false --targets="defaults" --statsOutput="stats.json" --localePath="src/i18n/locale"
  • build:mjscross-env BUILD_MODULE=true node node_modules/grapesjs-cli/dist/cli.js build --dts='skip' --patch=false --targets="defaults"
  • startcross-env NODE_ENV=development run-p start:*
  • start:cssnpm run build:css -- --watch
  • start:jsnode node_modules/grapesjs-cli/dist/cli.js serve
  • testjest --forceExit
  • test:devjest --watch
  • ts:buildnode node_modules/grapesjs-cli/dist/cli.js build --dts='only' --patch=false
  • ts:checktsc --noEmit --esModuleInterop dist/index.d.ts
Dependencies8
  • @types/backbone1.4.15
  • backbone1.4.1
  • backbone-undo0.2.6
  • codemirror5.63.0
  • codemirror-formatting1.0.0
  • html-entities~1.4.0
  • promise-polyfill8.3.0
  • underscore1.13.8