async-call-rpc
async-call-rpc copied to clipboard
A lightweight JSON RPC client & server
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
**This will be a breaking change, but you don't have to upgrade. The current version is stable enough.** I learned from the mistakes in the current design, it's time to...
Server code : ``` const { WebSocketChannel } = require('async-call-rpc/utils/node/websocket.server') const { Msgpack_Serialization } = require('async-call-rpc/utils/node/msgpack') const { AsyncCall } = require('async-call-rpc') const { Server } = require('ws') const {compute}...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.1 to 5.1.7. Changelog Sourced from vite's changelog. 5.1.7 (2024-03-24) fix: fs.deny with globs with directories (#16250) (5a056dd), closes #16250 5.1.6 (2024-03-11) chore(deps): update all non-major dependencies...