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
- 335,916Ubiquitous · −70% score
- Versions published
- 4,717Mature · −50% score
- First published
- Jul 2017
- 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 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":["@ionic/[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":["@ionic/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 2814334 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 6 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/hydrate/index.js | 2814334 bytes | 10 |
| medium | Large Javascript Payload | package/hydrate/index.mjs | 2814074 bytes | 10 |
Manifest
Package metadata
Scripts28
buildnpm run clean && npm run build.css && stencil build --es5 --docs-json dist/docs.jsonbuild.cssnpm run css.sass && npm run css.minifybuild.debugnpm run clean && stencil build --debugbuild.docs.jsonstencil build --docs-json dist/docs.jsoncleannode scripts/clean.jscss.minifycleancss -O2 -o ./css/ionic.bundle.css ./css/ionic.bundle.csscss.sasssass --embed-sources --style compressed src/css:./cssdocker.builddocker build -t ionic-playwright .eslinteslint srclintnpm run lint.ts && npm run lint.sass && npm run prettier -- --write --cachelint.fixnpm run lint.ts.fix && npm run lint.sass.fix && npm run prettier -- --write --cachelint.sassstylelint "src/**/*.scss"lint.sass.fixnpm run lint.sass -- --fixlint.tsnpm run eslintlint.ts.fixnpm run eslint -- --fixprerender.e2enode scripts/testing/prerender.jsprettierprettier "./src/**/*.{html,ts,tsx,js,jsx}"startnpm run build.css && stencil build --dev --watch --servetestnpm run test.spec && npm run test.e2etest.e2enpx playwright testtest.e2e.dockernpm run docker.build && node ./scripts/docker.mjstest.e2e.docker.cinpm run docker.build && CI=true node ./scripts/docker.mjstest.e2e.docker.update-snapshotsnpm run test.e2e.docker -- --update-snapshots='changed'test.e2e.update-snapshotsnpm run test.e2e -- --update-snapshots='changed'test.specstencil test --spec --max-workers=2test.treeshakenode scripts/treeshaking.js dist/index.jstest.watchjest --watch --no-cachevalidatenpm run lint && npm run test && npm run build && npm run test.treeshake
Dependencies3
@stencil/core4.43.0ionicons^8.0.13tslib^2.1.0