JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"cli",
"compress",
"compressor",
"css",
"html",
"htmlmin",
"javascript",
"js",
"min",
"minification",
"minifier",
"minify",
"optimize",
"optimizer",
"svg",
"swc",
"terser",
"uglifier",
"uglify",
"svgo"
],
"is_fork": false,
"size_kb": 18970,
"has_wiki": false,
"homepage": "https://j9t.github.io/html-minifier-next/",
"languages": {
"Shell": 96,
"JavaScript": 785323,
"TypeScript": 8069
},
"pushed_at": "2026-07-22T14:55:26Z",
"created_at": "2025-05-18T16:12:27Z",
"owner_type": "User",
"updated_at": "2026-07-22T14:57:09Z",
"description": "Highly effective, super-configurable, well-tested web page minifier (enhanced successor to HTML Minifier)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://meiert.com/",
"name": "Jens Oliver Meiert",
"type": "User",
"login": "j9t",
"company": null,
"location": "Spain",
"followers": 150,
"avatar_url": "https://avatars.githubusercontent.com/u/1700772?v=4",
"created_at": "2012-05-03T01:26:18Z",
"is_verified": null,
"public_repos": 49,
"account_age_days": 5196
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "4ec8a022ccced2b905d86e1dfe4a0f7b9d813eeb",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: tweak main tagline, intro",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-22T14:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c52cf77b0a215854044670e5c366800316ab4ea9",
"body": "Standardize export syntax across modules",
"is_bot": false,
"headline": "Merge pull request #314 from j9t/chore/utils-exports-consistency",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-20T11:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9a8cc6a516bcf4db8a53ff02c4316601e00b5ac",
"body": "Unified export statements across all relevant modules to improve consistency and readability. This change ensures a clearer structure by adhering to a single export style, simplifying maintenance and reducing potential format discrepancies.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: standardize export syntax across modules",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-20T10:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1391337a4f6a476f93bd5197b6331d4639814c4b",
"body": "Optimize performance",
"is_bot": false,
"headline": "Merge pull request #313 from j9t/feature/hot-path-performance",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-19T18:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1384c37fac62a909f1e3714f723b42df8dca5973",
"body": "Updated warnings for custom fragments and memoization complexity to provide clearer messaging, ensuring critical alerts reach the console even without a `log` hook. […]\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: enhance warning logic and improve memoization safety",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-19T17:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dafbe9bce6a88114fd8a9cf604a647fd0441649c",
"body": "Revised `snapshotValue` to include a budget mechanism, replacing the cycle guard with `SNAPSHOT_UNSAFE` for handling pathological cases. Simplified HTML parser logic by removing unnecessary async operations, improving efficiency and readability.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: improve snapshot logic and simplify tag handling",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-19T17:08:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fdee0b3201fbd4a99fe8a9c24901b899ccb338d",
"body": "Introduced `hasCyclicPlainValue` to detect cyclic references and prevent processing invalid inputs. Enhanced caching logic for `processedOptionsCache` by ensuring safety with cyclic inputs and improving clarity with additional checks.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: add cycle guard and improve caching logic",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-19T16:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19b65913e4eaa2c196d525765846200e8c9b7bf8",
"body": "Replaced `tagName` with `lowerTagName` and `lastTag` with `lastTagLower` to improve consistency in tag comparison logic. This change enhances code readability and helps prevent case-sensitivity issues in tag handling.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: standardize tag comparison logic",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-19T16:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c16eb116107e6edc3151dfbbedc2cbfa47bd68f7",
"body": "Replaced inconsistent tag name checks with `lowerTagName` and `lastTagLower` throughout the parser. This improves readability, reduces errors, and aligns tag comparison logic for better maintainability.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: standardize tag name comparisons in parser",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-19T11:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fbc7129a72aa7e96e45f7b4ccdd4134a717a46d",
"body": "Resolved a potential Regular Expression Denial-of-Service (ReDoS) vulnerability caused by quadratic backtracking in the parser when handling long unterminated end tags. […]\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "fix: prevent ReDoS with unterminated end tags",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-19T11:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b63c64503a1b90513052751c983a27dc2e7297e",
"body": "Reordered condition checks in attribute handling for clarity and efficiency. Added a persistent URL minification cache and optimized input-specific caching behavior, enhancing memory usage and performance.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: improve logic and readability in processing steps",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-19T10:43:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cdc61e216e38c46d24ba4fea5cccfba91da1a45",
"body": "Add default config file and config file discovery",
"is_bot": false,
"headline": "Merge pull request #312 from j9t/feature/default-config-file",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-18T07:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c7e1784a812638c05503c8f4cf580344ebc1c71",
"body": "Updated examples in the README to use clearer and consistent file paths for configuration files. This improves usability by reducing ambiguity in CLI usage examples.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: clarify config file paths in README",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-17T21:20:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed2232af6ce6e03db349570c00a520e4236c764c",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: update config name",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-17T21:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eefb7361e5b2b6bf1f9b04a0e85481845b939f7f",
"body": "Raised the declared Node.js minimum from ≥22 to ≥22.13 to reflect the requirements of current dependencies. The change impacts `package.json`, `package-lock.json`, and documentation in the changelog.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "chore: update minimum Node.js version to ≥22.13",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-17T21:19:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9590393f6f1330db709c2f1810b1669f4f4796a7",
"body": "…and align config settings.\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: switch to new config file default name",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-17T20:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1adbd530f140c491f084ef07cd94aa50c5a9d589",
"body": "Enable the CLI to automatically load `html-minifier-next.config.json` or `htmlminifier.config.json` from the working directory when no `--config-file` is specified. […]\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "feat: add default config file discovery to CLI",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-17T20:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68b43ac04f01d6453ced5880fa5b5040c83e7b61",
"body": "Add cache statistics, limit cache entry size",
"is_bot": false,
"headline": "Merge pull request #311 from j9t/feature/cache-stats-verbose",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-17T07:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ab67d4bb0021ca6ff537021d5179edf46d5c2c3",
"body": "Enhance the code example in the README to demonstrate caching behavior with shared templated CSS/JS across multiple pages. Updated cache statistics reflect more realistic usage scenarios, providing clearer insights.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: update README example to clarify cache stats usage",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-17T07:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3c8462ddabb51c40b023222ed21bf0da11a414c",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "chore: rename constant",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-17T07:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bb75c34a0f5a4b2c5a8a394d424bce87117231e",
"body": "Optimize the cache key computation by skipping key generation for non-cacheable oversized input. This reduces unnecessary string hashing, improving performance and aligning with the size limit for cacheable inputs.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: update cache key logic for oversized inputs",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-16T21:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7062dabac636c35334fef443957c883f6ebc6efb",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: add CSS Dedup ref",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-16T21:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "982c6f4ecb12c0fdc01832fecb3ec66f0d64c503",
"body": "Introduce a fixed 1 MB size limit for cacheable CSS, JavaScript, and SVG input. Oversized content is still minified but no longer stored in the cache, reducing memory usage while maintaining functionality for realistic inline content.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "feat: cap cacheable input size to 1 MB",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-16T20:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afd1bef6c988e95729108a2d3e804d0ff8d1a5f0",
"body": "Introduce cache hit/miss tracking for CSS, JavaScript, and SVG minification caches. The `getCacheStats()` function provides detailed statistics, while CLI `--verbose` and `--dry` modes print cache stats when applicable.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "feat: add cache statistics tracking and CLI integration",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-16T20:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e964609e8ea48d8a0197cb48c714cfb2ff49a30a",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "chore: align code fences",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-16T18:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bcb568d1ed3d6c3246aad3fcc634162a22a3d44",
"body": "Update typescript 6.0.3 → 7.0.2 (major)",
"is_bot": false,
"headline": "Merge pull request #310 from j9t/depfu/update/npm/typescript-7.0.2",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-15T17:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "820a32ea0f68a95ca90f8f87d5dd66de5e2ed550",
"body": "Replace `@returns` type annotation with modern TypeScript-style function typing for clarity and consistency. This improves code readability and aligns with current type definition standards.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: update JSDoc type notation in URL minifier",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-15T17:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ae67cd3443f50ff67d36efacc9a1d40f9092c60",
"body": null,
"is_bot": true,
"headline": "chore(package): update typescript to version 7.0.2",
"author_name": "depfu[bot]",
"author_login": "depfu[bot]",
"committed_at": "2026-07-15T16:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dd79e8f416262eb646bb301021120acdb7be1af",
"body": "Align package.json",
"is_bot": false,
"headline": "Merge pull request #309 from j9t/chore/package-json-consistency",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-13T09:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58dd450ba4a9d7f2f1db770e829ab3cdb65e9dca",
"body": "…eld over .npmignore\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: align package.json files structure, prefer `files` files fi…",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-13T08:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3263ac83f8e95c33597033ad720d77a8f46ef246",
"body": null,
"is_bot": true,
"headline": "chore(package): update all npm dependencies (2026-07-13)",
"author_name": "depfu[bot]",
"author_login": "depfu[bot]",
"committed_at": "2026-07-13T06:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cd94a6861d9bf7b0c9970aa44a1de2f9e62a6c1",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "feat: add `concurrency` directive",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-11T12:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46dc018a32ce4c1e9c2c9e5e1a016d3058e2afc8",
"body": "…tch-78f5677d33\n\nchore(deps-dev): Bump vite from 8.1.0 to 8.1.3 in the minor-and-patch group",
"is_bot": false,
"headline": "Merge pull request #307 from j9t/dependabot/npm_and_yarn/minor-and-pa…",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-10T09:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5abb1c5c93f77a08e9787feb37894706fe8e88fe",
"body": "Bumps the minor-and-patch group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).\n\n\nUpdates `vite` from 8.1.0 to 8.1.3\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)\n- [Commits\n[…]\n dependency-version: 8.1.3\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: minor-and-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump vite in the minor-and-patch group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-10T09:32:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e00601e27e18fbc9d74d03b47b6b712c7efbf3c4",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "fix: add missing `groups` key",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-10T09:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60eea206c21774ab809c5ae72ad147d89f8b7094",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: optimize GitHub and/or Dependabot workflows",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-10T09:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e17db518c9aaf2e0468e746e99f0b88fa5c42a2e",
"body": "Add JSON Schema (and fix cache issue and align config naming…)",
"is_bot": false,
"headline": "Merge pull request #306 from j9t/96",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-09T12:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1552298219df012373ab14e31e77be4e55dd4d1a",
"body": "Add error handling to ensure all option definitions have corresponding JSON Schema type mappings. This prevents missing or undefined types in the generated schema and improves reliability.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "fix: validate JSON Schema type mappings in build script",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-09T11:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b374c0b35050831d437fecdf9a8e65150d9c9691",
"body": "Add regression tests to ensure CLI flag values are properly passed to the `minify` options object. Introduce a new test to verify that schema properties always have a type or enum to catch missing type mappings.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "test: improve test coverage for CLI and JSON Schema",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-09T09:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74ac057a0724e21401955d6dca76e4c3ed639ae1",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: prepare and document JSON Schema",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-09T09:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "090572260c8dc27266f97183f03754c3416783c3",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: update configuration references to “html-minifier-next”",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-09T09:38:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f13dabdbbd227657ecda2f2e24234aede803570f",
"body": "Introduce a script to generate JSON Schema for HMN configuration files, supporting editor validation and autocomplete. This update includes handling new cache options, documentation updates, and tests to ensure schema consistency and functionality.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "feat: add JSON Schema generation for configuration files",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-09T09:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6a20917ac0e344c2c9317d947a0c8899251cc02",
"body": "Replace references to `html-minifier.json` with `html-minifier-next.json` across relevant files for consistency and clarity. […]\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "feat: update configuration references to “html-minifier-next”",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-09T09:35:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "775c7cbe653a0b3c58ca04c92b5181f9388c6eb6",
"body": "Fix and extend `*srcset` handling",
"is_bot": false,
"headline": "Merge pull request #305 from j9t/304",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-08T13:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ae967f71e44421aca5396ba8039568365c44102",
"body": "…ly`)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "chore: regenerate lockfile (via `npx npm@10 install --package-lock-on…",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-08T11:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f18f39c89865c835c67ed13e3b9ed7de07e63f",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "chore: bump version",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-08T09:50:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2d490954f7f854b19386636a3d0a5d504667d22",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: add 7.1.0 changelog notes",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-08T09:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbe4b981ca26048e269720cfdf6e0d3149942532",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "test: add `*srcset`-related tests",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-08T09:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1300e44e63ffc32492380155b0b47bde4b665560",
"body": "Enhanced parsing logic for `srcset` and `imagesrcset` attributes to follow the spec more closely. This includes handling URLs with commas and properly parsing descriptors while accounting for parentheses.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "fix: improve `srcset` attribute parsing logic",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-08T09:49:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7d54e327d02e2a14034a1d3fdcf286a42045719",
"body": "This reverts commit 2913bafd829db90f7da4b65a5cb686bb89eed89a.",
"is_bot": false,
"headline": "Revert \"chore: include automated changes\"",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-06T10:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2913bafd829db90f7da4b65a5cb686bb89eed89a",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "chore: include automated changes",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-06T07:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c66dfc84b2ad6503f9f2ff72058ea180710fa952",
"body": null,
"is_bot": true,
"headline": "chore(package): update all npm dependencies (2026-07-06)",
"author_name": "depfu[bot]",
"author_login": "depfu[bot]",
"committed_at": "2026-07-06T07:15:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "876d68415089981a747ade7383caa99ed33a195d",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "chore: include automated changes",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-02T06:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e01bed688c2adf1b15fe899a6eeeecd52d688776",
"body": "chore(deps-dev): Bump eslint from 10.4.1 to 10.5.0",
"is_bot": false,
"headline": "Merge pull request #299 from j9t/dependabot/npm_and_yarn/eslint-10.5.0",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-01T18:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d57f0fdd0b4ec111bab3a893af525e4a02c989d",
"body": "…eckout-7\n\nchore(deps): Bump actions/checkout from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #298 from j9t/dependabot/github_actions/actions/ch…",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-01T18:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e37826f51e50697a1bc0644c2f953f83e709d8d",
"body": "…5.43\n\nchore(deps-dev): Bump @swc/core from 1.15.41 to 1.15.43",
"is_bot": false,
"headline": "Merge pull request #302 from j9t/dependabot/npm_and_yarn/swc/core-1.1…",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-01T18:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a818255cd6df764ed3e50aed8ea3681ac4bacde1",
"body": "chore(deps-dev): Bump vite from 8.0.16 to 8.1.0",
"is_bot": false,
"headline": "Merge pull request #297 from j9t/dependabot/npm_and_yarn/vite-8.1.0",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-01T18:42:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de7b511799adcdab4c9e01dd49df71d035ac3889",
"body": "…li-21.1.0\n\nchore(deps-dev): Bump @commitlint/cli from 21.0.2 to 21.1.0",
"is_bot": false,
"headline": "Merge pull request #300 from j9t/dependabot/npm_and_yarn/commitlint/c…",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-01T18:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7de014a2956b94d206d1a6e2bbe3b384c1a20461",
"body": "…6.0.0\n\nchore(deps-dev): Bump @types/node from 25.9.3 to 26.0.0",
"is_bot": false,
"headline": "Merge pull request #301 from j9t/dependabot/npm_and_yarn/types/node-2…",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-07-01T18:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e44e9c55d1b7773c740953ec64e046d92a9e26f",
"body": "Bumps [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) from 1.15.41 to 1.15.43.\n- [Release notes](https://github.com/swc-project/swc/releases)\n- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/swc-project/swc/commits/v1.15.\n[…]\n:\n- dependency-name: \"@swc/core\"\n dependency-version: 1.15.43\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump @swc/core from 1.15.41 to 1.15.43",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-01T18:17:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6163db7f3b08a451ee411c41b723d86daf0a4093",
"body": "Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.3 to 26.0.0.\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\n---\nupdated-depe\n[…]\n\n- dependency-name: \"@types/node\"\n dependency-version: 26.0.0\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump @types/node from 25.9.3 to 26.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-01T18:17:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6144147e78ce8eaf5226fbb83468fbfbfa0a8656",
"body": "Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 21.0.2 to 21.1.0.\n- [Release notes](https://github.com/conventional-changelog/commitlint/releases)\n- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/c\n[…]\nependency-name: \"@commitlint/cli\"\n dependency-version: 21.1.0\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump @commitlint/cli from 21.0.2 to 21.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-01T18:16:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "abfa6f4aaf3a3280fc1f77a765ae1e02d340c22b",
"body": "Bumps [eslint](https://github.com/eslint/eslint) from 10.4.1 to 10.5.0.\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Commits](https://github.com/eslint/eslint/compare/v10.4.1...v10.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-version: 10.5.0\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump eslint from 10.4.1 to 10.5.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-01T18:16:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3834eaa532462c8ad817083ad95627aeecf16f44",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): Bump actions/checkout from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-01T18:16:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b3817e6a0fb99d412145e6251b88afe5d6ac9c03",
"body": "Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.16 to 8.1.0.\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)\n- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.1.\n[…]\nendencies:\n- dependency-name: vite\n dependency-version: 8.1.0\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): Bump vite from 8.0.16 to 8.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-01T18:16:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b6f2190e7d11b4b7c3194c62e258100f58646e40",
"body": null,
"is_bot": true,
"headline": "chore(package): update all npm dependencies (2026-06-22)",
"author_name": "depfu[bot]",
"author_login": "depfu[bot]",
"committed_at": "2026-06-22T06:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "868ff46fca8bb4b22d7c02c442a71f18c2140888",
"body": null,
"is_bot": true,
"headline": "chore(package): update vite to version 8.0.16",
"author_name": "depfu[bot]",
"author_login": "depfu[bot]",
"committed_at": "2026-06-15T19:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae357f1173b7af629e85a2c98f94de4c34320d2",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: finalize 7.0.0 release date",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-15T06:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76cf9ca7da2f6784cf4376a682b55544d05fea6e",
"body": "Update all npm dependencies (2026-06-15)",
"is_bot": false,
"headline": "Merge pull request #294 from j9t/depfu/batch_all/npm/2026-06-15",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-15T06:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32c8999c74fcbbd34a1aea7916e0535b61b07233",
"body": null,
"is_bot": true,
"headline": "chore(package): update all npm dependencies (2026-06-15)",
"author_name": "depfu[bot]",
"author_login": "depfu[bot]",
"committed_at": "2026-06-15T06:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e39f69734e248c27de093c7f2dd9646c32b7a9b",
"body": "Switch to ESM-only (drop CJS), consolidate `type` attribute options, optimize project further",
"is_bot": false,
"headline": "Merge pull request #293 from j9t/feat/drop-cjs",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-15T05:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5492abedd2805750eae9a5ca29e0612d0b6fd20",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "fix: correct preposition",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-13T19:42:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d7b87eefd8137c001eedfe972b16beab32639ba",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: edit 7.0.0 notes",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-13T08:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67db813f78a48cbbc191e2ecc971f057021b261a",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: extend warnings note",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-11T08:05:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d54c1646b90b74e932758ecc7e2c2eb033ac1cc",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "fix: update return type in `isThenable` function documentation",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-11T08:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f57f25e4e27d9eb0e74989aabe9ec575a966ebcc",
"body": "Allows API consumers to capture or suppress warnings via the user-provided `log` hook, defaulting to `console.warn` if a hook is not supplied. […]\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "feat: route warnings through custom log hooks",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-11T08:02:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a6d4f225400472185005ce28aba245f4680d184",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: trim comments",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-11T07:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "193345684ea3ad83ebb3b850e17dc0442be0129a",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: tweak intro, abbreviations",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-11T07:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19539de40f149e7b4a47d29d348a44b2cbce0201",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: trim comments",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-11T07:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "278d0882ddc7a40e77ebb52c65c8a9c6a92a6d17",
"body": "Removed redundant array check in `isIgnoredComment` by ensuring `ignoreCustomComments` is always an array during setup in options. Updated type definitions to reflect this change, streamlining the logic for better performance and readability.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: simplify comment ignoring logic",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-11T06:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a46b4b90bf4f6e2d9f8fd0ab0e3c2c956b48e0b",
"body": "Renamed `parentName` and `htmlName` to `nameParent` and `nameHTML` respectively for improved clarity and consistency. Updated all references in options and logic to use the standardized names.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "fix: rename and standardize internal name functions",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-11T06:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94fda06e2963f52cc3b415bb34fca6d0903c2a16",
"body": "Ensures `caseSensitive` is respected for HTML inside SVG `foreignObject` and MathML `annotation-xml`. […]\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "fix: preserve case-sensitive names in namespace transitions",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-11T06:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea28941ce6f6060047d2e3abe387829ee8bf6049",
"body": "Introduced a mechanism to warn users about unknown preset names, ensuring warnings are issued only once per preset name per process. Adjusted the logic to track warned preset names and updated the console output to display available presets.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "feat: add warnings for unknown preset names",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-10T19:19:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf9902f07e36d12a99745bbb95c109f21d600423",
"body": "Updated tests to validate that warnings for unknown presets are emitted only once per preset name per process. Adjusted the logic to track the number of warnings and added assertions to verify the expected behavior.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "test: ensure warnings for unknown presets are not repeated",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-10T19:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ef90f32aece58fb75c177aa6284af494ff6d705",
"body": "Updated the test matrix to limit Windows jobs to LTS Node.js only, optimizing testing resources. Added `paths-ignore` for markdown files to reduce unnecessary workflow runs on non-relevant changes.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "ci: refine workflow matrix and ignore markdown changes",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-10T19:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44a96ce375d0889f37d39c6b70876336b910d707",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "ci: add `npm test` step",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-10T19:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "085db75c8085c4bae05c8b026ae106feaf9fd707",
"body": "…on function\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: add (back) internal property for tag/attribute name normalizati…",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-10T19:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd6357d7f3aa1d0356db2fde0b69ccc775475f2b",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "fix: update test:types script to prevent emitting files",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-10T19:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a24db4bf1aecbf0b124a93f5a97069d894a7df2",
"body": "Implemented warnings for unrecognized or deprecated options across the CLI and API, preventing typos and catching removed options. Updated tests and documentation to reflect new behavior, including valid and ignored options.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "feat: add warnings for unknown or deprecated options",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-10T17:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2c5f874955b78026a9a0fa6520677b09d2ae3af",
"body": "Replaced `node-version` with `node-version-file` in workflows to align with `.nvmrc`. Updated the `package.json` to specify Node.js ≥22 in engines and clarified Node.js requirements in the README.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "chore: update Node.js version handling in workflows",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-10T16:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca4c8cdfc81e72272bb96991d650bf7184270ce8",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "chore: update options in backtest config",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-10T06:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0f7f82bde54eb38af6dbe1e064287f901970184",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "chore: correct `removeDefaultTypeAttributes` sorting",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-09T13:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a72eeb3105c6ce1485f03dbb1c088cd675440c1d",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: simplify changelog note (no need to call out .cjs handling)",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-09T12:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "323fdad1376e2d6a2913f05e570dbbe66543972d",
"body": "Dropped support for `.cjs` config files in the CLI, updated logic to handle `.json`, `.js`, and `.mjs` directly. Simplified the fallback handling for unknown extensions and removed reliance on `createRequire`.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor(cli): remove `.cjs` config support and update loaders",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-09T12:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "699dc4ac38640bd2d9692809d1e2e524cc7f11c7",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: clarify config need",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-09T11:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "867f23c818eb7f2056106bf1076f14a50bf1a108",
"body": "Revised README to reflect the updated JavaScript module syntax for ESM-only support. Clarified instructions for `.cpuprofile` usage in performance analysis tools.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "docs: update README for ESM-only syntax and profiler tools",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-09T11:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a645a06e70f9873ec626e838602570330d679b5",
"body": "Adjusted option migration logic to retain existing values when updating keys. This prevents overwriting previously set values during migration if a target key already exists.\n\n(This commit message was AI-generated.)\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "fix: ensure migrated options preserve existing values",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-09T11:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe95680209ef96b066a9ee9045d3a95b38235ac4",
"body": "…Attributes`\n\nSigned-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "refactor: merge `removeScriptTypeAttributes` and `removeStyleLinkType…",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-09T10:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e45d573f57c7b6472fb5491e0bcea3185b7c4f18",
"body": "Signed-off-by: Jens Oliver Meiert <jens@meiert.com>",
"is_bot": false,
"headline": "feat: drop CommonJS support and migrate to ESM-only",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-09T10:32:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03ee6bd23b95374e3692357be0d000e2b5a8f63a",
"body": "Warn on (specific) non-HTML input",
"is_bot": false,
"headline": "Merge pull request #292 from j9t/feat/warn-non-html-input",
"author_name": "Jens Oliver Meiert",
"author_login": "j9t",
"committed_at": "2026-06-09T06:08:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 1575,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 52,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "html-minifier-next",
"exists": true,
"license": "MIT",
"keywords": [
"cli",
"compress",
"compressor",
"css",
"html",
"htmlmin",
"javascript",
"js",
"min",
"minification",
"minifier",
"minify",
"optimize",
"optimizer",
"pack",
"packer",
"svg",
"svgo",
"swc",
"terser",
"uglifier",
"uglify"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/html-minifier-next",
"is_deprecated": false,
"latest_version": "7.5.0",
"repository_url": "https://github.com/j9t/html-minifier-next",
"versions_count": 113,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 171494,
"first_published_at": "2025-05-18T20:26:54.281000Z",
"latest_published_at": "2026-07-19T18:19:07.249000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 7,
"stars": 155,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"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": 329440,
"source_files_sampled": 29,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"backtest/package.json",
"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": 45,
"malicious_count": 0,
"assessed_package": "npm:html-minifier-next@7.5.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "progress",
"manifest": "backtest/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.3"
},
{
"name": "commander",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^15.0.0"
},
{
"name": "entities",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.0.0"
},
{
"name": "lightningcss",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.32.0"
},
{
"name": "svgo",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.2"
},
{
"name": "terser",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.49.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "commander",
"direct": true,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": true,
"version": "15.0.0",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": true,
"version": "2.20.3",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": true,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": true,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": true,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "progress",
"direct": true,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "svgo",
"direct": true,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "terser",
"direct": true,
"version": "5.49.0",
"ecosystem": "npm"
},
{
"name": "@aashutoshrathi/word-wrap",
"direct": false,
"version": "1.2.6",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@commitlint/cli",
"direct": false,
"version": "21.2.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/config-conventional",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/config-validator",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/ensure",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/execute-rule",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/format",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/is-ignored",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/lint",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/load",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/message",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/parse",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/read",
"direct": false,
"version": "21.2.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/resolve-extends",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/rules",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/to-lines",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/top-level",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/types",
"direct": false,
"version": "21.2.0",
"ecosystem": "npm"
},
{
"name": "@conventional-changelog/git-client",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@conventional-changelog/template",
"direct": false,
"version": "1.2.0",
"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": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.0",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.23.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.6",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/source-map",
"direct": false,
"version": "0.3.4",
"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": "@simple-libs/child-process-utils",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@simple-libs/stream-utils",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@swc/core",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/core-darwin-arm64",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/core-darwin-x64",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/core-linux-arm-gnueabihf",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/core-linux-arm64-gnu",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/core-linux-arm64-musl",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/core-linux-ppc64-gnu",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/core-linux-s390x-gnu",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/core-linux-x64-gnu",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/core-linux-x64-musl",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/core-win32-arm64-msvc",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/core-win32-ia32-msvc",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/core-win32-x64-msvc",
"direct": false,
"version": "1.15.43",
"ecosystem": "npm"
},
{
"name": "@swc/counter",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@swc/types",
"direct": false,
"version": "0.1.27",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"ecosystem": "npm"
},
{
"name": "@types/esrecurse",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "26.1.1",
"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": "acorn",
"direct": false,
"version": "8.16.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.14.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "argue-cli",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "boolbase",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-angular",
"direct": false,
"version": "9.2.0",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-conventionalcommits",
"direct": false,
"version": "10.2.0",
"ecosystem": "npm"
},
{
"name": "conventional-commits-parser",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "cosmiconfig",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "cosmiconfig-typescript-loader",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "css-select",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "css-tree",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "css-tree",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "css-what",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "csso",
"direct": false,
"version": "5.0.5",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "dom-serializer",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "domelementtype",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "domhandler",
"direct": false,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "domutils",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "env-paths",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "error-ex",
"direct": false,
"version": "1.3.4",
"ecosystem": "npm"
},
{
"name": "es-toolkit",
"direct": false,
"version": "1.49.0",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.7.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "9.1.2",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "11.2.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-east-asian-width",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "global-directory",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "is-arrayish",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jiti",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-parse-even-better-errors",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lines-and-columns",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "mdn-data",
"direct": false,
"version": "2.0.28",
"ecosystem": "npm"
},
{
"name": "mdn-data",
"direct": false,
"version": "2.12.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.16",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "nth-check",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.3",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"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.19",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "sax",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.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": "string-width",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.1.5",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "18.0.0",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 247,
"direct_count": 9,
"indirect_count": 238
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 247,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 49,
"closed_unmerged_prs": 18
},
"bus_factor": 1,
"bot_contributors": 4,
"top_contributors": [
{
"type": "User",
"login": "j9t",
"commits": 1592,
"avatar_url": "https://avatars.githubusercontent.com/u/1700772?v=4"
},
{
"type": "User",
"login": "alexlamsl",
"commits": 485,
"avatar_url": "https://avatars.githubusercontent.com/u/1898413?v=4"
},
{
"type": "User",
"login": "kangax",
"commits": 387,
"avatar_url": "https://avatars.githubusercontent.com/u/383?v=4"
},
{
"type": "User",
"login": "XhmikosR",
"commits": 211,
"avatar_url": "https://avatars.githubusercontent.com/u/349621?v=4"
},
{
"type": "User",
"login": "sibiraj-s",
"commits": 118,
"avatar_url": "https://avatars.githubusercontent.com/u/20282546?v=4"
},
{
"type": "User",
"login": "DanielRuf",
"commits": 79,
"avatar_url": "https://avatars.githubusercontent.com/u/827205?v=4"
},
{
"type": "User",
"login": "duncanbeevers",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/7367?v=4"
},
{
"type": "User",
"login": "jonasgeiler",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/10259118?v=4"
},
{
"type": "User",
"login": "LaurentGoderre",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/1090826?v=4"
},
{
"type": "User",
"login": "mhulse",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/218624?v=4"
}
],
"contributors_sampled": 91,
"top_contributor_share": 0.52
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"github-pages.yml",
"npm.yml",
"tests.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": true,
"has_linter_config": true,
"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": "6 out of 6 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": 10,
"reason": "project has 58 contributing companies or organizations",
"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": "30 commit(s) and 7 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": 10,
"reason": "SAST tool is run on all commits",
"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": 9,
"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": 7,
"reason": "3 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4ec8a022ccced2b905d86e1dfe4a0f7b9d813eeb",
"ran_at": "2026-07-25T17:17:40Z",
"aggregate_score": 7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T21:26:58Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T11:56:46Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/j9t/html-minifier-next",
"host": "github.com",
"name": "html-minifier-next",
"owner": "j9t"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 75% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 49,
"inputs": {
"security": 59,
"vitality": 60,
"community": 56,
"governance": 69,
"engineering": 80,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 65,
"overall_after_jurisdiction_multiplier": 49
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 60,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"commits_last_year": 1575,
"human_commit_share": 0.87,
"days_since_last_push": 3,
"active_weeks_last_year": 52
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "52/52 weeks with commits",
"points": 36,
"status": "met",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 52
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1575 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1575
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"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": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"forks": 7,
"stars": 155,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "155 stars",
"points": 35.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 155
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"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": 87,
"inputs": {
"packages": [
"html-minifier-next"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 171494
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "171,494 downloads/month across npm",
"points": 69.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 171494,
"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": 69,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 91,
"top_contributor_share": 0.52
},
"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 52% of commits",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 52
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "91 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 91
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 58 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 247,
"open_issues": 0,
"closed_issues": 49,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 18
},
"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": "247/265 decided PRs merged",
"points": 35.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 247,
"decided": 265
}
}
],
"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": "moderate",
"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": 63,
"inputs": {
"followers": 150,
"owner_type": "User",
"is_verified": null,
"owner_login": "j9t",
"public_repos": 49,
"account_age_days": 5196
},
"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": "150 followers of j9t",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 150,
"login": "j9t"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "49 public repos, account ~14 yr old",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 49
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"html-minifier-next"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "113 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 113
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"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": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 6 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": [
"cli",
"compress",
"compressor",
"css",
"html",
"htmlmin",
"javascript",
"js",
"min",
"minification",
"minifier",
"minify",
"optimize",
"optimizer",
"svg",
"swc",
"terser",
"uglifier",
"uglify",
"svgo"
],
"has_wiki": false,
"homepage": "https://j9t.github.io/html-minifier-next/",
"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://j9t.github.io/html-minifier-next/",
"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": "20 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 20
}
}
],
"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": "moderate",
"name": "Security",
"value": 59,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 75% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 7,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 52,
"security_posture_before_jurisdiction": 70
},
"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": "6 out of 6 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 58 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "30 commit(s) and 7 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 run on all commits",
"points": 5,
"status": "met",
"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.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "3 existing vulnerabilities detected",
"points": 5.2,
"status": "partial",
"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:html-minifier-next@7.5.0 runtime dependency closure — what installing the published package pulls in — 45 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:html-minifier-next@7.5.0",
"assessed": 45
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 45,
"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": 45,
"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": "good",
"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": 75,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 23
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (1)",
"points": 75,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
}
],
"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": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.989,
"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": "86 of 87 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 86,
"sampled": 87
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.13
},
"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": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "13 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 13,
"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": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 329440,
"source_files_sampled": 29,
"oversized_source_files": 3
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "3/29 source files over 60KB",
"points": 49.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 29,
"oversized": 3
}
}
],
"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-25T17:18:05.798618Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/j9t/html-minifier-next.svg",
"full_name": "j9t/html-minifier-next",
"license_state": "standard",
"license_spdx": "MIT"
}