PkgRadar

Package evidence

@formio/[email protected]

Large Javascript Payload: 2977028 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
172
Versions published
12Established · −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

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":["@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 bytes924,925
Previous version2.2.6
Published2026-06-03T21:34:40.715Z
SHA-256df6b9d472502aaf1ad7999ceda3dd89521cab8dcbd4e9af245529c3b1563553f

Why flagged

What the scanner saw

Large Javascript Payload: 2977028 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
2.3.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/formio.grid.js2977028 bytes0

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.7.0
  • lodash^4.17.23