mhtml-parser
mhtml-parser copied to clipboard
Fast mhtml link resolver and splitter. 🚀⚡️⚡️💾
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
It looks like sometimes content has the same `Content-Location`, but the content itself is different. The `Content-ID` within the `.mhtml` is also different, which makes me think these are maybe...
Could be cool to speed things up by processing separate files on separate threads as it is easily parallelizable. Note that Node.js 6 is supported so this needs to fall...
Would be cool if our code used ArrayBuffers and Uint8Arrays and not buffers if it's as fast - that would make it work inside browsers and in deno.
This feature request is to convert the whole project to TypeScript (assuming there is no regression in the benchmarks) because - why not?
The README could use some love! - Better examples of using `npm run serve` - Better explained `npm run benchmark` - More detailed API docs
Currently we spend a lot of time with double quoted encoding
If there is a base tag then only links following it are rewritten. Probably a good idea to "bail out" on this care and restart parsing the files if we've...