Debian Patches

Status for node-uuid/14.0.0+~11.0.0-1

Patch Description Author Forwarded Bugs Origin Last update
2001_privacy.patch Avoid privacy breach in documentation Jonas Smedegaard <dr@jones.dk> no 2020-11-30
rootdir.patch set rootDir explicitly for TypeScript < 5.4 compatibility With TypeScript 5.2 (the version in Debian), tsc fails with TS5011
unless rootDir is set explicitly when outDir is used. Newer tsc infers
it from the source files; this is a no-op on tsc >= 5.4.
Xavier Guimard <yadd@debian.org> not-needed 2026-04-24
fix-ts-strict-uint8array.patch relax Uint8Array type to satisfy older TypeScript / @types/node With TypeScript 5.2 and the version of @types/node shipped by Debian's
nodejs package, `let bytes = new Uint8Array(...)` infers the strict
`Uint8Array<ArrayBuffer>` form, which then conflicts with the wider
`Uint8Array` returned by hash(). Make the variable type explicit so the
reassignment widens correctly. No-op with newer TypeScript.
Xavier Guimard <yadd@debian.org> not-needed 2026-04-24

All known versions for source package 'node-uuid'

Links