PkgRadar

Package evidence

@formio/[email protected]

Large Javascript Payload: 2990559 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
30
Versions published
11Established · −30% score
First published
Oct 2025
Publisher
lane-formio

Effective trust discount applied: 30% (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":["@formio/[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":["@formio/[email protected]"],"fail_on":"review"}'
Publisherlane-formio
Artifact bytes922,821
Previous version2.2.4
Published2026-05-11T16:53:45.677Z
SHA-256114c83466e66eac8b172768ec61866407c937061fc56ab713ecb45bd814c8aa7

Why flagged

What the scanner saw

Large Javascript Payload: 2990559 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/formio.grid.js2990559 bytes10

Manifest

Package metadata

Scripts14
  • buildgulp prebuild && tsc && npm run docs && npm run build:grid:dev && npm run build:grid:prod && npm run build:styles
  • build:grid:devwebpack --config config/webpack.config.js
  • build:grid:prodwebpack --config config/webpack.prod.js
  • build:stylessass src/styles.scss lib/styles.css && npm run build:styles:dist
  • build:styles:distsass src/styles.scss dist/formio.grid.css && sass src/styles.scss dist/formio.grid.min.css --style=compressed
  • deploy:prodnpm run build && npm run deploy:prod:js && npm run deploy:prod:css && npm run invalidate:prod
  • deploy:prod:cssaws s3 cp --acl public-read ./dist/formio.grid.min.css s3://cdn.form.io/grid/v2/formio.grid.min.css
  • deploy:prod:jsaws s3 cp --acl public-read ./dist/formio.grid.min.js s3://cdn.form.io/grid/v2/formio.grid.min.js
  • deploy:testnpm run build && npm run deploy:test:js && npm run deploy:test:css && npm run invalidate:test
  • deploy:test:cssaws s3 cp --acl public-read ./dist/formio.grid.min.css s3://cdn.test-form.io/grid/v2/formio.grid.min.css
  • deploy:test:jsaws s3 cp --acl public-read ./dist/formio.grid.min.js s3://cdn.test-form.io/grid/v2/formio.grid.min.js
  • docs./node_modules/typedoc/bin/typedoc --exclude '*.spec.ts' src/*.ts src/**/*.ts src/**/**/*.ts
  • invalidate:prodaws cloudfront create-invalidation --distribution-id E2ER82JD8N6R32 --paths "/grid/*"
  • invalidate:testaws cloudfront create-invalidation --distribution-id E2KM3JP21KFSBZ --paths "/grid/*"
Dependencies2
  • @formio/core^2.6.5
  • lodash^4.17.21