node-bplist-parser
node-bplist-parser copied to clipboard
Binary plist parser.
There are at least 4 places in the code the following occurs. Both if and else block is same. ``` if (intLength < 3) { length = readUInt(buffer.slice(offset + 2,...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.1 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...
…rovided Fixes https://github.com/joeferner/node-bplist-parser/issues/36
Given the following sample code: ```js import * as bPlistParser from "bplist-parser" const archive = await bPlistParser.parseFile('this-path-does-not-exist.bplist') .then((archive) => console.log(archive)) .catch((err) => console.error(err)) ``` If the path does not exist,...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [ parses it as ``` foo CF$UID 1 ```