node-worker-nodes
node-worker-nodes copied to clipboard
A node.js library to run cpu-intensive tasks in a separate processes and not block the event loop.
```js const msg = require('msgpack-lite'); msg.decode(msg.encode({a:undefined})); // { a: null } ``` [See related issue in msgpack-lite repo](https://github.com/kawanet/msgpack-lite/issues/71) Please consider changing the packing library to [msgpack-js](https://github.com/creationix/msgpack-js) as the same issue...
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...
Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 9.3.0. Release notes Sourced from eslint's releases. v9.3.0 Features b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports...
Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 9.6.0. Release notes Sourced from eslint's releases. v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate...
Bumps [workerpool](https://github.com/josdejong/workerpool) from 9.1.1 to 9.1.3. Changelog Sourced from workerpool's changelog. 2024-06-28, version 9.1.3 Fix transferring from the worker (#455). Thanks @LeonidPolukhin. 2024-06-04, version 9.1.2 Fix: #446 ensure the library...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [workerpool](https://github.com/josdejong/workerpool) from 9.1.1 to 9.1.2. Changelog Sourced from workerpool's changelog. 2024-06-04, version 9.1.2 Fix: #446 ensure the library can be used with older browsers. Commits cff840f chore: publish v9.1.2...
Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 9.9.0. Release notes Sourced from eslint's releases. v9.9.0 Features 41d0206 feat: Add support for TS config files (#18134) (Arya Emami) 3a4eaf9 feat: add suggestion to...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.0.0 to 2.2.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.2.0 What's Changed Bump actions/create-github-app-token from 1.9.0 to 1.10.0 by @dependabot in dependabot/fetch-metadata#523 Bump actions/create-github-app-token from 1.10.0 to...
This PR improves takeSnapshot method