fontoxpath
fontoxpath copied to clipboard
A minimalistic XPath 3.1 implementation in pure JavaScript
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.10 to 3.9.11. Release notes Sourced from vm2's releases. 3.9.11 New Features https://github.com/patriksimek/vm2/commit/58478a58c6f4af3c54faf4117ed5ab72d2cc8cd5: Add option require.strict to allow to load required modules in non strict mode. Fixes...
This makes it work for long and deep arrays as well Fixes #536
See the following playground example: https://xpath.playground.fontoxml.com/?state=H4sIACFKG2MAAzVMWwqDMBC8ynS%2FFARrP4PNHXqEtd1CIRpIV1FC7u4qOD%2FzYGYyjfEj5LqGFk4%2FHoL8yVEu1NA6BpO9UesP%2B5olbZZwSrwho%2BqgEY%2B7ocYN%2FRC49Sh4epwV9w2sKlNVw%2BbvOKmsep1Q2QEhXQJZewAAAA%3D%3D Expected: sequence of the 20k items in the array Actual: stack overflow in both Chrome and Firefox I wasn't able to determine exactly where...
Bumps [@tscc/tscc](https://github.com/theseanl/tscc) from 0.7.4 to 0.9.3. Release notes Sourced from @tscc/tscc's releases. 0.9.0 New spec file key "chunkFormat": "global" | "module" has been added. It controls how output chunks reference...
When I cause fontoxpath to exhaust the Node.js stack (not fontoxpath's fault!), the error returned to my code contains the Node backtrace in the `.message` element. I wish it did...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.6.8. Release notes Sourced from axios's releases. Release v1.6.8 Release notes: Bug Fixes AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)...
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 6.7.2 to 6.16.0. Release notes Sourced from @typescript-eslint/eslint-plugin-tslint's releases. v6.16.0 6.16.0 (2023-12-25) Bug Fixes eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#8096) (3182959) Features eslint-plugin: deprecate formatting...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.1 to 8.2.2. Release notes Sourced from concurrently's releases. v8.2.2 What's Changed fix(suggestion): prefixColors API type to embrace string type by @SeiwonPark in open-cli-tools/concurrently#439 Update dependencies by...