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
- 29,126Mainstream · −50% score
- Versions published
- 688Mature · −50% score
- First published
- Jun 2023
- Publisher
- lane-formio
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
Review before promotingMixed 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"}'Why flagged
What the scanner saw
Large Javascript Payload: 4550508 bytes
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 27 · status changed
Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/formio.form.js | 4550508 bytes | 10 |
| medium | Large Javascript Payload | package/dist/formio.full.js | 5138601 bytes | 10 |
| medium | Large Javascript Payload | package/dist/formio.js | 2148375 bytes | 10 |
| medium | Large Javascript Payload | package/dist/formio.utils.js | 2122379 bytes | 10 |
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/formio.form.js | 4550508 bytes | 10 |
| medium | Large Javascript Payload | package/dist/formio.full.js | 5138601 bytes | 10 |
| medium | Large Javascript Payload | package/dist/formio.js | 2148375 bytes | 10 |
| medium | Large Javascript Payload | package/dist/formio.utils.js | 2122379 bytes | 10 |
| low | Credential file access | package/lib/cjs/components/file/editForm/File.edit.file.js | matched ".aws" | 5 |
| low | Credential file access | package/lib/mjs/components/file/editForm/File.edit.file.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/formio.form.min.js | matched ".Azure" | 5 |
Manifest
Package metadata
Scripts21
buildnpm run doc && npm run lib && npm run distbuild-appnpm run build-app:create-app && npm run build-app:jekyll && npm run build-app:remove-appbuild-app:create-appnode -e 'var fs=require(`fs`);fs.writeFileSync(`./_config.app.yml`, `baseurl: /` + require(`./package.json`).version + `/`);'build-app:jekylljekyll build --config _config.yml,_config.app.ymlbuild-app:remove-apprm ./_config.app.ymldeploy-s3$(node -e 'process.stdout.write(`aws s3 cp _site s3://formiojs.test-form.io/` + require(`./package.json`).version + `/ --recursive`)')distgulp clean:dist && webpack --config webpack.config.js && webpack --config webpack.prod.js && gulp builddoctypedocdopublishnpm run build && npm run tag && npm publishgh-pagesrm -rf _site && npm run build && jekyll build --config _config.yml && cd _site && git init && git remote add origin [email protected]:formio/formio.js.git && git checkout -b gh-pages && git add . && git commit -m "Deploy to GitHub Pages" && git push origin gh-pages --force && cd ..invalidateVERSION=$(npm run version);aws cloudfront create-invalidation --distribution-id E1MXNA5A4ZKRMZ --paths "/$VERSION/*"libgulp clean:lib && tsc --project tsconfig.cjs.json && tsc --project tsconfig.mjs.json && npm run lib:package && gulp versionlib:packagenode ./libpackage.jslinteslint . --fixreleasenpm run build-app && npm run deploy-s3servejekyll serve --config _config.yml,_config.dev.ymlshow-coverageopen coverage/lcov-report/index.htmltagVERSION=$(npm run version);git add -A; git commit -m "Build $Version";git push origin master;git tag v$VERSION;git push origin --tags;testmocha --config .mocharc.json test/unit/*.unit.jstest:updateRendersnpm run lib && cross-env TZ=UTC node --require jsdom-global/register test/updateRenders.jsversionnode -e 'console.log(require(`./package.json`).version)'
Dependencies35
@formio/bootstrap^3.2.2@formio/core^2.6.5@formio/text-mask-addons^3.8.0-formio.4@formio/vanilla-text-mask^5.1.1-formio.1abortcontroller-polyfill^1.7.5autocompleter^8.0.4bootstrap^5.3.3browser-cookies^1.2.0browser-md5-file^1.1.1choices.js^11.0.6compare-versions^6.1.1core-js^3.37.1dialog-polyfill^0.5.6dom-autoscroller^2.3.4dompurify^3.3.3downloadjs^1.4.7dragula^3.7.3eventemitter3^5.0.1fast-deep-equal^3.1.3fast-json-patch^3.1.1idb^7.1.1inputmask^5.0.8ismobilejs^1.1.1json-logic-js^2.0.2jstimezonedetect^1.0.7jwt-decode^3.1.2lodash^4.17.21moment^2.29.4moment-timezone^0.5.44quill^2.0.2- …and 5 more.