Debian Patches

Status for node-entities/8.0.0+dfsg-2

Patch Description Author Forwarded Bugs Origin Last update
ts-compat.patch Compatibility with TypeScript 5.2 (Debian) - Drop the isolatedDeclarations compiler option (TS 5.5+).
- Replace ESM import attributes "with { type: 'json' }" by the older
"assert { type: 'json' }" form so the code is parseable by TS 5.2 and
ts-node 10 (Node.js 20 still understands assert).
Xavier Guimard <yadd@debian.org> not-needed 2026-05-03
package-json-cjs-exports.patch Add CJS aliases to package.json `exports` The Debian build produces both an ESM bundle in dist/ (the upstream layout)
and a CommonJS bundle in dist/cjs/ for consumers that still use
require("entities") (e.g. node-jsdom 20 via parse5). Wire the CJS bundle
into the package.json `exports` map so Node picks the right one depending
on whether it is doing import or require.
Xavier Guimard <yadd@debian.org> not-needed 2026-05-03

All known versions for source package 'node-entities'

Links