原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"rollup-plugin",
"uglify",
"terser",
"typescript",
"javascript",
"rollup",
"bundle",
"compression",
"minifier",
"minify",
"optimization"
],
"is_fork": false,
"size_kb": 1629,
"has_wiki": false,
"homepage": "https://lopatnov.github.io/rollup-plugin-uglify/",
"languages": {
"JavaScript": 1239,
"TypeScript": 9713
},
"pushed_at": "2026-07-21T13:00:48Z",
"created_at": "2019-12-07T05:00:23Z",
"owner_type": "User",
"updated_at": "2026-07-21T13:02:04Z",
"description": "A Rollup plugin for minifying JavaScript bundles using Terser.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"JavaScript"
]
},
"owner": {
"blog": "https://lopatnov.github.io",
"name": "Oleksandr",
"type": "User",
"login": "lopatnov",
"company": "Independent Software Developer (FOP)",
"location": "Ukraine",
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/11029246?v=4",
"created_at": "2015-02-16T12:43:04Z",
"is_verified": null,
"public_repos": 25,
"account_age_days": 4181
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2020-08-06T04:37:07Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2020-06-17T06:38:39Z"
},
{
"tag": "1.2.1",
"kind": "patch",
"published_at": "2019-12-07T10:25:22Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2019-12-07T09:45:10Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2019-12-07T06:56:19Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2019-12-07T06:36:05Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2019-12-07T06:23:10Z"
}
],
"recent_commits": [
{
"oid": "ba6e88ec5818c003032013197667cc7fd7191c5b",
"body": "Upgrade to TypeScript 7, drop Node 18 support",
"is_bot": false,
"headline": "Merge pull request #35 from lopatnov/upd-typescript-7",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-07-21T13:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef97e1519845809bb6aa4c6fde455b5bb15cca13",
"body": "declarationMap emits dist/plugin.d.ts.map pointing at ../src/plugin.ts,\nbut package.json only published dist/, breaking \"go to definition\" for\nconsumers (flagged independently by Gemini, Qodo, and CodeRabbit).\nTried inlineSources first, but TypeScript only inlines source content\ninto regular .js.map\n[…]\n) can't accidentally emit JS into\ndist/, and add a watch:types script since rollup-plugin-esbuild does\nno type-checking during `npm run watch`.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Address PR #35 review feedback: publish src for declaration maps",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2026-07-21T10:57:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f052fa0325c0f7d193eb5717b3ace2a6fb77b7b2",
"body": "TypeScript 7's npm package strips the classic Program/LanguageService\nAPI from its main entry (require(\"typescript\") now exports only\nversion info), which @rollup/plugin-typescript depends on\nprogrammatically. Replace it with rollup-plugin-esbuild for\ntranspilation and generate .d.ts separately via \n[…]\n published to npm (latest release is 4.3.0), so this ships as\npart of the already-planned 5.0.0 major rather than needing another\nversion bump.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Upgrade to TypeScript 7, drop Node 18 support",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2026-07-21T09:56:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "45ca685adabe5c3b5528bdf3c67b11fb1cd0e428",
"body": "Migrate test runner from Jest to Vitest, fix uglify plugin bugs",
"is_bot": false,
"headline": "Merge pull request #34 from lopatnov/change-jest-to-vitest",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-07-21T08:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdd496961284e37c26621cede0aa5f2dd568d8d7",
"body": "Guard against a caller explicitly passing null as options (default\nparameters only cover undefined), and update the README's Built With\nsection which still listed Jest after the Vitest migration.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Address PR review feedback: null-safe options, stale README",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2026-07-21T08:49:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "91185d1e5c9f23f690d93fc621247084ebc8ef08",
"body": "Destructure plugin-only options instead of deleting them from the\ncaller's object, which previously mutated a shared options object\nacross multiple uglify() calls. Also corrects the hook JSDoc default\n(was documented as renderChunk but actually defaulted to transform),\ndrops the unsafe `as any` cast on the source map, and adds test\ncoverage for the recommended renderChunk hook path.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix options mutation and stale hook default in uglify plugin",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2026-07-21T08:36:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "28d402d779b9820599416d3b7fccc72723bcb1b1",
"body": null,
"is_bot": false,
"headline": "Fixed vitest varning",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2026-07-21T08:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a2f3a1a75214ab3681a69e0559b0e7fcfca496",
"body": null,
"is_bot": false,
"headline": "Changed jest to vitest",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2026-07-21T08:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a8c771373cf34cda0bd6b3741b6c567d7853ccb",
"body": "Fix security alerts and update dependencies",
"is_bot": false,
"headline": "Merge pull request #33 from lopatnov/seq-patch-07-2026",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-07-20T23:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f059645a40af927396d0ec5c3a4619eb02bf4bd5",
"body": null,
"is_bot": false,
"headline": "Updated actions",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2026-07-20T23:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd97b0fe719ea09e811beecfcfa7372ff26bd439",
"body": "Keeps tsconfig.json (used by the Rollup build) free of Jest ambient\nglobals; tests now compile against tsconfig.test.json via ts-jest.\nAddresses review feedback from bots on PR #33.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Split test-only Jest types out of production tsconfig",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2026-07-20T23:08:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "915cf87693920c4bbd8467976954cf57bbb412f5",
"body": null,
"is_bot": false,
"headline": "Updated packages",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2026-07-20T22:54:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95543f083b20f3cf1410e55ec7dc2d907e191859",
"body": null,
"is_bot": false,
"headline": "Updated rollup",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2026-07-20T22:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4579d4f9550fdee06c4291021ff0498a26bab926",
"body": "…sions\n\nResolves open Dependabot alerts for brace-expansion (CVE-2026-13149) and\njs-yaml (CVE-2026-53550) via npm audit fix, and addresses CodeQL warnings\nby adding explicit contents:read permissions to the build jobs in all\nthree GitHub Actions workflows.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix security alerts: update vulnerable deps, restrict workflow permis…",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2026-07-20T22:15:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4e485dbd9a81769aa812a3abf88edba1c9ac6003",
"body": "…yarn-95bc151269\n\nBump the npm_and_yarn group across 1 directory with 2 updates",
"is_bot": false,
"headline": "Merge pull request #32 from lopatnov/dependabot/npm_and_yarn/npm_and_…",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-07-20T21:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8361deabaf115aa0eb04254fab5867e11973303b",
"body": "…0cfcd984\n\nBump minimatch",
"is_bot": false,
"headline": "Merge pull request #29 from lopatnov/dependabot/npm_and_yarn/multi-77…",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-07-20T21:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c41e775821838a216f44089460429eafae52749d",
"body": "Bumps the npm_and_yarn group with 2 updates in the / directory: [rollup](https://github.com/rollup/rollup) and [picomatch](https://github.com/micromatch/picomatch).\n\n\nUpdates `rollup` from 4.55.1 to 4.62.2\n- [Release notes](https://github.com/rollup/rollup/releases)\n- [Changelog](https://github.com/\n[…]\ndency-group: npm_and_yarn\n- dependency-name: picomatch\n dependency-version: 2.3.2\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the npm_and_yarn group across 1 directory with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T21:29:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b764860166634c88553bf6f190141e6afa92dcf",
"body": "…rs-4.7.9\n\nBump handlebars from 4.7.8 to 4.7.9",
"is_bot": false,
"headline": "Merge pull request #31 from lopatnov/dependabot/npm_and_yarn/handleba…",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-07-20T21:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21b327a58785b573318237ecdacab17c83ff970b",
"body": "Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.8 to 4.7.9.\n- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)\n- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md)\n- [Commits](https://github.com/handlebar\n[…]\nrs.js/compare/v4.7.8...v4.7.9)\n\n---\nupdated-dependencies:\n- dependency-name: handlebars\n dependency-version: 4.7.9\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump handlebars from 4.7.8 to 4.7.9",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-27T20:10:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "19655d2e4b9f3b7791b852c49a19a54b6aa12d42",
"body": "Bumps and [minimatch](https://github.com/isaacs/minimatch). These dependencies needed to be updated together.\n\nUpdates `minimatch` from 3.1.3 to 3.1.5\n- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.3...v3.1.5)\n\n\n[…]\nch\n dependency-version: 3.1.5\n dependency-type: indirect\n- dependency-name: minimatch\n dependency-version: 9.0.9\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump minimatch",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-11T09:15:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f2c2a388f61920bd36aa8c663f3d087fb38b73f",
"body": "Fixed documentation mistake",
"is_bot": false,
"headline": "Merge pull request #28 from lopatnov/fix-mistake-in-documentation",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-02-23T15:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ab809d5718f594df9966a85841cf42de5670a12",
"body": null,
"is_bot": false,
"headline": "Fixed documentation mistake",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-02-23T15:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75b08f829501517cadc4a96e52fecf028b6a4cb9",
"body": "Removed set registry script",
"is_bot": false,
"headline": "Merge pull request #27 from lopatnov/remove-set-registry",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-02-23T15:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af1d4c067685353b651030a92fda2c0d21cfd8ad",
"body": null,
"is_bot": false,
"headline": "Updated package version",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-02-23T15:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6c4d79f01099948e6c1ad39aea80e8000df0d94",
"body": "…lify",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/lopatnov/rollup-plugin-ug…",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-02-23T15:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1d2ef29fa823c5afb0449d15f0a36e45dd2239f",
"body": "…ipt., because it should work without",
"is_bot": false,
"headline": "Improved security, removed set-registry. No needs anymore in this scr…",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-02-23T15:06:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c07ce2c9862ad9a79e3569a951b3ecf864d5187e",
"body": "…b-and-npm\n\nJust updated version to check CI/CD",
"is_bot": false,
"headline": "Merge pull request #26 from lopatnov/check-that-actions-work-on-githu…",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-02-23T14:55:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b21a926081dd9bac5360be9a84936ff9af12be2",
"body": null,
"is_bot": false,
"headline": "Just updated version to check CI/CD",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-02-23T14:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14119c1b54ecdcfa71546635d298ba01b8d0e434",
"body": "Split npm and github publishing",
"is_bot": false,
"headline": "Merge pull request #25 from lopatnov/configure-workflows",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-02-23T14:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e1779eae291c750f17da5ad0db47c860964dae",
"body": null,
"is_bot": false,
"headline": "Split npm and github publishing",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-02-23T14:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87988385e8861636913e39740cf9cf5e4e55c695",
"body": "Configured for trusted publisher",
"is_bot": false,
"headline": "Merge pull request #24 from lopatnov/trusted-publisher",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-02-23T13:29:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9be3183a5e041441236af6fc69f9184d845c69e4",
"body": null,
"is_bot": false,
"headline": "Configured for trusted publisher",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-02-23T13:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "166599e948b366b9700f2131d688fd1970dabf5f",
"body": "Switched back from `renderChunk` to `transform` hook for backward com…",
"is_bot": false,
"headline": "Merge pull request #23 from lopatnov/fixes",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-02-23T12:11:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87e8ba9817f34cbbbbf0196d38e39cd81811e322",
"body": "…patibility. Fixed options mutation",
"is_bot": false,
"headline": "Switched back from `renderChunk` to `transform` hook for backward com…",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-02-23T11:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6200c8d8b9be2ef66bf84d555318f778e7fe6fb0",
"body": "Switched from `transform` to `renderChunk` hook for correct output-phase minification. Added `hook` option for backward compatibility.",
"is_bot": false,
"headline": "Merge pull request #22 from lopatnov/bundle-compilation-fix",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-02-14T19:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa8a78fff21febb0e3458fff7108818df21d54b3",
"body": "…ase minification. Added `hook` option for backward compatibility.",
"is_bot": false,
"headline": "Switched from `transform` to `renderChunk` hook for correct output-ph…",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-02-14T19:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4bb305cd0f8c4b6ef5ca13e2945bd436373fa78",
"body": "Node 18 support",
"is_bot": false,
"headline": "Merge pull request #21 from lopatnov/node-18-support",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-02-14T13:52:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceec3e5910fa762afe896b7fa51b722ec2ee41f2",
"body": null,
"is_bot": false,
"headline": "fixed package",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-02-14T13:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b35d46ca3915355d6ea7563d573ffc3f731c59c",
"body": null,
"is_bot": false,
"headline": "Renamed ESM output to .mjs for Node.js 18 compatibility",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-02-14T13:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf4485610ab2f04ab10c0e06672252f97db3a134",
"body": "Added cjs compatibility",
"is_bot": false,
"headline": "Merge pull request #20 from lopatnov/cjs-lost",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-02-13T16:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "563ad41ec5ea3e89e3e83bb0831eea36bf4798b8",
"body": null,
"is_bot": false,
"headline": "Added cjs compatibility",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-02-13T16:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9516968f8cc87df5d59e7af1b7040ceff2c58ab9",
"body": null,
"is_bot": false,
"headline": "Updated package-lock",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-01-19T17:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76d4f9f2b363eff64be8965935e548d19bcf447e",
"body": "Packages update",
"is_bot": false,
"headline": "Merge pull request #19 from lopatnov/update-packages-2026-01",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2026-01-19T14:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "607559178ee2e886ae1774939bf14da5a346532a",
"body": null,
"is_bot": false,
"headline": "Updated description",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-01-19T14:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50d3b1c6a2f82c62573cfed87473d142200be3f9",
"body": null,
"is_bot": false,
"headline": "Ignore claude settings",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-01-19T14:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f0b749d5753b8c4795a662e135222e4c69545f8",
"body": null,
"is_bot": false,
"headline": "Ignore claude settings",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-01-19T14:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "052a844a58694ea0f90eae1c93b3246cc9db73de",
"body": null,
"is_bot": false,
"headline": "Updated configurations",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-01-19T14:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aec0575ed68f81c2c2173630695ca87dbcad0a6",
"body": null,
"is_bot": false,
"headline": "Updated texts",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-01-19T14:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92527c0aaf405bd85aeefaad99b23583cfbe92f5",
"body": null,
"is_bot": false,
"headline": "Updated tests",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-01-19T14:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90e94182d8a72034ecc8f883c3c395753dbb6449",
"body": null,
"is_bot": false,
"headline": "Updated license information",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-01-19T13:30:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6603f3f58604839ac2ef20f2ddec00846a4fb3c",
"body": null,
"is_bot": false,
"headline": "Update package",
"author_name": "lopatnov",
"author_login": "Lopatniov",
"committed_at": "2026-01-19T13:06:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6365d2d856e50f45324d330259bfa3d35a944af",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2024-08-04T18:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa406775231270b6155d1c642b1b7aaac10fc24",
"body": null,
"is_bot": false,
"headline": "Update and convert esm -> cjs",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2023-03-18T01:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e19a1a6c3bdb67bc8a90e06cf417b6e981bf309",
"body": "…rollup-pluginutils\n\nFix",
"is_bot": false,
"headline": "Merge pull request #15 from lopatnov/fix/issue-13-cannot-find-module-…",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2022-08-28T02:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c46587d907cd15fd2a91974de1ecda46edbae05",
"body": null,
"is_bot": false,
"headline": "Fix",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2022-08-28T02:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38fcbae66d544446caaff741d7f326133be3c433",
"body": "Update pluginutils",
"is_bot": false,
"headline": "Merge pull request #12 from lopatnov/update-pluginutils",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2022-08-19T13:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "582c080cac1f0ec11a0b26996bedbec7bd114089",
"body": null,
"is_bot": false,
"headline": "rollup-pluginutils -> @rollup/pluginutils",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2022-08-19T13:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "788af701cf19729c88b0dddd37bbd1fa4c796d11",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master' into update-pluginutils",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2022-08-19T13:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5195804775f837fe5790e2b6f874efa83d3a8a77",
"body": null,
"is_bot": false,
"headline": "Update pluginutils",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2022-08-19T13:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d02936a393c2abe1783cc9b2d4a2e988919c8c72",
"body": "upgrade to @rollup/pluginsutils",
"is_bot": false,
"headline": "Merge pull request #10 from danielart/patch-1",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2022-08-19T12:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cba0a81e56230fb4eb4cd53acf3848104402e5f",
"body": "rollup-pluginutils was moved and is now available at @rollup/pluginutils. The old one have to be removed from package.json",
"is_bot": false,
"headline": "upgrade to @rollup/pluginsutils",
"author_name": "Danielo Artola",
"author_login": "danielart",
"committed_at": "2022-08-15T16:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a8eb62051a994ae4a0621c906b1cb2ef81c0699",
"body": null,
"is_bot": false,
"headline": "Remove node 10.x support, because jest doesn't support globalThis.",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2022-08-02T11:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90c80caae368b7e28e3945d942f2167347d3e067",
"body": null,
"is_bot": false,
"headline": "quick fix for globalThis",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2022-08-02T11:08:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eed5e24cddcf32feeae2a373a3dcb7cc323d59e3",
"body": null,
"is_bot": false,
"headline": "add core-js/features/global-this",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2022-08-02T11:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0253ef6b1632450fa237715f50da0a8fb6ac4df1",
"body": null,
"is_bot": false,
"headline": "Add core-js to jest configuration",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2022-08-02T10:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2302a0e37dd6419d94d5725c5894cde5cb4090e",
"body": null,
"is_bot": false,
"headline": "Add globalThis polyfill from core-js",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2022-08-02T10:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1edc42759dfe4078d6639413377bc52b3b4dc5fc",
"body": null,
"is_bot": false,
"headline": "Add polyfills to tests",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2022-08-02T10:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "484cf665b6a031d47b925178d218d45e57d252b3",
"body": "- Update Readme\n- Remove funding",
"is_bot": false,
"headline": "- Update packages",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2022-07-30T12:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6504f13e3f27fe4a40533f51165aa4b7952d368",
"body": null,
"is_bot": false,
"headline": "Update deployment script",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2021-11-22T20:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1140710060173caf1b17cd8715622de5f12521b4",
"body": "…lify",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/lopatnov/rollup-plugin-ug…",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2021-11-22T20:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac25c700254f386312ffe3ab0b9a331d0eec94aa",
"body": null,
"is_bot": false,
"headline": "Update packages",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2021-11-22T20:18:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afd987941398a354301e2985e8167a35f3a52ffd",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2021-07-04T03:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10806b24476c885e0dd4fc6de01afcfd5ec0a6f1",
"body": null,
"is_bot": false,
"headline": "Update description",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2021-06-05T18:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2ce0a4d4a568adef819778a74566eb2161552ea",
"body": "…lify",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/lopatnov/rollup-plugin-ug…",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2021-06-05T17:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc6a976e64f88bd7e609dabdbb8d50141230b4af",
"body": null,
"is_bot": false,
"headline": "Update packages",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2021-06-05T17:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b58c6814c77495ca493cea0706f8957baf7561a7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2020-09-13T19:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6b494be896f0a9ef9a93203013c6a7584b47af4",
"body": null,
"is_bot": false,
"headline": "Create SECURITY.md",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2020-08-08T13:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b634d7ff0a218465ffaed07cd378ede53e0fc3b",
"body": "…lify into master",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/lopatnov/rollup-plugin-ug…",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2020-08-06T20:13:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "573cf631fdd446d81affea9513bd2a3da9af335f",
"body": "License information\nDescription of IUglifyOptions",
"is_bot": false,
"headline": "Updates",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2020-08-06T20:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30bd22df7050a037212cf5e2ce81fee865f0136f",
"body": null,
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2020-08-06T05:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "363480109a4d79cfecd476d6e7ad194b9ff1f196",
"body": null,
"is_bot": false,
"headline": "Update package keywords",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2020-08-06T05:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6bb8193d2b7d80f6984851ccea5f739115198bb",
"body": null,
"is_bot": false,
"headline": "Add Changelog to Readme",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2020-08-06T04:35:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22f12e88205d60e43aff1f3b9ce8475f5b5072a8",
"body": "…lify into master",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/lopatnov/rollup-plugin-ug…",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2020-08-06T04:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aac2a85defcaa3bb9e22519959b851a6e91b69ef",
"body": null,
"is_bot": false,
"headline": "Add behavior for async terser result",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2020-08-06T04:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "801d195ce85287982a58b05a226014bdc994a836",
"body": "…17.19\n\nBump lodash from 4.17.15 to 4.17.19",
"is_bot": false,
"headline": "Merge pull request #2 from lopatnov/dependabot/npm_and_yarn/lodash-4.…",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2020-08-06T04:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a5680346e5a4281d354f147197337671c0f3058",
"body": "Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.\n- [Release notes](https://github.com/lodash/lodash/releases)\n- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump lodash from 4.17.15 to 4.17.19",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2020-07-19T00:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4637dc0a001ccfc72fb0cce2d64153f67465af01",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2020-06-28T21:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4d62de5045b541ad4b62617165c91df41a06dea",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2020-06-17T19:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c9140dc50636dbfcb8919ff836d39d362dc8fb",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2020-06-17T07:17:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a04749f240a1a3decd1b2b5e5a8f2c53f91b54a",
"body": null,
"is_bot": false,
"headline": "Update rollup to version higher 2.0.0",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2020-06-17T06:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f265064c472b3f7e9e2dcef514083d0beba90946",
"body": null,
"is_bot": false,
"headline": "Update packages",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2020-06-17T06:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67da5d6d68947a001944e5b495a8f0ee330816bf",
"body": "Bump acorn from 5.7.3 to 5.7.4",
"is_bot": false,
"headline": "Merge pull request #1 from lopatnov/dependabot/npm_and_yarn/acorn-5.7.4",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2020-06-17T06:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baab4b96298a7d96123007f10975ff8e223d0c53",
"body": "Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.\n- [Release notes](https://github.com/acornjs/acorn/releases)\n- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump acorn from 5.7.3 to 5.7.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2020-03-16T15:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e53796c53b0e7070a3c079b3bbe91f49ec0b8af4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2019-12-15T18:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9c4566ac5fe992d6553ff9a2f2e49b4477c294d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2019-12-15T18:16:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9ea43a040387c5f8fd42afde64d61bc4ec050d7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2019-12-09T00:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42fc8fa455942eb8868dc56f6430fce22fb8619e",
"body": "…lify",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/lopatnov/rollup-plugin-ug…",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2019-12-07T10:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6d8b95f918f897d8e8a01fbe02b550a06d3ca6f",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2019-12-07T10:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cfe6a0b79756002ac5806be82ea092d8b20f21a",
"body": null,
"is_bot": false,
"headline": "Set theme jekyll-theme-modernist",
"author_name": "Oleksandr",
"author_login": "lopatnov",
"committed_at": "2019-12-07T10:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50eadc1bb3f6f3db18e024f8a29948c01a556524",
"body": "…lify",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/lopatnov/rollup-plugin-ug…",
"author_name": "Oleksandr Lopatnov",
"author_login": "lopatnov",
"committed_at": "2019-12-07T10:24:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 51,
"latest_release_at": "2020-08-06T04:37:07Z",
"latest_release_tag": "2.1.0",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 6,
"days_since_latest_release": 2183,
"mean_days_between_releases": 40.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 85,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "@lopatnov/rollup-plugin-uglify",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"rollup",
"rollup-plugin",
"uglify",
"minify",
"minifier",
"terser",
"javascript",
"compression",
"optimization",
"bundle",
"typescript"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@lopatnov/rollup-plugin-uglify",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": "https://github.com/lopatnov/rollup-plugin-uglify",
"versions_count": 24,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 7092,
"first_published_at": "2019-12-07T06:14:55.926000Z",
"latest_published_at": "2026-07-21T13:01:38.433000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 2,
"stars": 7,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-08-22",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 7521,
"source_files_sampled": 5,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 4,
"malicious_count": 0,
"assessed_package": "npm:@lopatnov/rollup-plugin-uglify@5.0.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@rollup/pluginutils",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.4.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@rollup/pluginutils",
"direct": true,
"version": "5.4.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@jridgewell/source-map",
"direct": false,
"version": "0.3.11",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.139.0",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-commonjs",
"direct": false,
"version": "29.0.3",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-json",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-node-resolve",
"direct": false,
"version": "16.0.3",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/resolve",
"direct": false,
"version": "1.20.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-aix-ppc64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-darwin-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-darwin-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-freebsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-freebsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-arm",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-loong64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-mips64el",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-ppc64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-riscv64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-s390x",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-netbsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-netbsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-openbsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-openbsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-sunos-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-win32-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-win32-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-v8-to-istanbul",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "2.20.3",
"ecosystem": "npm"
},
{
"name": "commondir",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "core-js",
"direct": false,
"version": "3.49.0",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "deepmerge",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.14.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.1",
"ecosystem": "npm"
},
{
"name": "is-module",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-reference",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "magicast",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.16",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.21",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.11",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "rollup-plugin-esbuild",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.21",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "terser",
"direct": false,
"version": "5.49.0",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "unplugin-utils",
"direct": false,
"version": "0.2.5",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.1.5",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 200,
"direct_count": 1,
"indirect_count": 199
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 21,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 3,
"closed_unmerged_prs": 11
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "lopatnov",
"commits": 88,
"avatar_url": "https://avatars.githubusercontent.com/u/11029246?v=4"
},
{
"type": "User",
"login": "Lopatniov",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/579602?v=4"
},
{
"type": "User",
"login": "danielart",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4655428?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.8
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"node-package-ci.yml",
"publish-github.yml",
"publish-npm.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/7 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 6,
"reason": "SAST tool is not run on all commits -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 8,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ba6e88ec5818c003032013197667cc7fd7191c5b",
"ran_at": "2026-07-29T21:21:32Z",
"aggregate_score": 6.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T13:06:12Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-21T13:00:48Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/lopatnov/rollup-plugin-uglify",
"host": "github.com",
"name": "rollup-plugin-uglify",
"owner": "lopatnov"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 74,
"vitality": 59,
"community": 48,
"governance": 57,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 59,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 51,
"human_commit_share": 0.95,
"days_since_last_push": 8,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "51 commits in the last year",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 51
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"releases_count": 7,
"latest_release_tag": "2.1.0",
"releases_from_tags": false,
"days_since_latest_release": 2183,
"mean_days_between_releases": 40.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2183 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2183
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~40.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 40.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"forks": 2,
"stars": 7,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "7 stars",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 7
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"packages": [
"@lopatnov/rollup-plugin-uglify"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 7092
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "7,092 downloads/month across npm",
"points": 51.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 7092,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.8
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 80% of commits",
"points": 4.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 80
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 21,
"open_issues": 0,
"closed_issues": 3,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 11
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "21/32 decided PRs merged",
"points": 25.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 21,
"decided": 32
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/7 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"followers": 8,
"owner_type": "User",
"is_verified": null,
"owner_login": "lopatnov",
"public_repos": 25,
"account_age_days": 4181
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "8 followers of lopatnov",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "lopatnov"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "25 public repos, account ~11 yr old",
"points": 22.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 25
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@lopatnov/rollup-plugin-uglify"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"rollup-plugin",
"uglify",
"terser",
"typescript",
"javascript",
"rollup",
"bundle",
"compression",
"minifier",
"minify",
"optimization"
],
"has_wiki": false,
"homepage": "https://lopatnov.github.io/rollup-plugin-uglify/",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://lopatnov.github.io/rollup-plugin-uglify/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "11 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 11
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 74,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 6.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/7 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 6",
"points": 3,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@lopatnov/rollup-plugin-uglify@5.0.0 runtime dependency closure — what installing the published package pulls in — 4 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@lopatnov/rollup-plugin-uglify@5.0.0",
"assessed": 4
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 4,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 4,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.295,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "28 of 95 human commits state their intent (structured subject or explanatory body)",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 95
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.06,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.05
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "6 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 6,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "5 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 7521,
"source_files_sampled": 5,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-29T21:21:48.944440Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/lopatnov/rollup-plugin-uglify.svg",
"full_name": "lopatnov/rollup-plugin-uglify",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}