Dashboard › spotlight › Distillation
c843b44a-b320-4144-80bf-9b50af523bd7["5bd0d87acef71700abe1455f85e3a253","9d5dac5a14192f9c398cbb09562d0ed4","fd48196dcc51e1b5f85bb1957a5f8700","ef6784c4e319a4beb00f02cdcc8e0c6e","2eb9fc8a13e976fd6d781ba290522e90","3b27db4fc2ea1be62ae791e1d5c54a69"]
Date: Jul 28, 2026
brace_expansion_1.expand as a named export: return (0, brace_expansion_1.expand)(pattern, ...)./dist/commonjs/index.js with exports.expand = expand (named export). CVE-2026-14257 fix added EXPANSION_MAX_LENGTH constant (100k character bound on accumulator) to prevent memory exhaustion from chained {a,b} expansions. 5.0.7 is patched; 5.0.8 is latest per #323TypeError: (0, brace_expansion_1.expand) is not a function during macOS DMG/zip buildDOMParser.prototype.parseFromString (line 220-222) strictly validates mimeType: if (!isValidMimeType(mimeType)) throw new TypeError('...') — no more undefined fallback. 0.8.13 had fallback behaviorconst { DOMParser } = require('@xmldom/xmldom'); — uses destructured named import (compatible with both 0.8.x and 0.9.x exports)DOMParser.parseFromString call site and whether it passes a mimeType (live investigation in progress)latest: 5.0.0 — plist 5.x exists as a major version separate from the 3.1.x line in PR #1341/#1342 lockfile