socket.io-parser
socket.io-parser copied to clipboard
## Description Fixing CVE-2023-32695 on 3.3.X Backported from [3.4.X](https://github.com/socketio/socket.io-parser/commit/2dc3c92622dad113b8676be06f23b1ed46b02ced)
Hi! Thank you so much for exposing both the SocketIO and EngineIO parsers! I have a feature proposal and I will open it in this repo but feel free to...
**Describe the bug** While scanning my node.js application's manifest file using Vulert.com for vulnerability checks, I identified an issue associated with your package. **Reference** Upon conducting a vulnerability scan, the...
Bumps [got](https://github.com/sindresorhus/got) and [saucelabs](https://github.com/saucelabs/node-saucelabs). These dependencies needed to be updated together. Updates `got` from 8.3.2 to 11.8.6 Release notes Sourced from got's releases. v11.8.6 Destroy request object after successful response...
Hi there! I'm using the socket-io parser and trying to add a bit of functionality on top, without duplicating everything. It would be amazing if I could just extend the...
## Background ``` serialport 9.2.0 socket.io 4.3.0 ``` ```jsx import { createServer } from 'socket.io'; import SerialPort from 'serialport'; const serialPort = new SerialPort('/dev/ttyUSB0'); const io = createServer(8080); serialPort.on('open', ()...
I was having some troubles in our app with parsing JSON of several hundred MB. As a result I needed something that could handle that without starving the event-loop. I...