Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rpc-websockets

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rpc-websockets - npm Package Compare versions

Comparing version 3.6.2 to 3.6.3

2

dist/lib/server.js

@@ -130,2 +130,4 @@ /**

_this.wss.on("connection", function (socket) {
_this.emit("connection", socket);
var ns = _url2.default.parse(socket.upgradeReq.url).pathname;

@@ -132,0 +134,0 @@ socket._id = _uuid2.default.v1();

2

package.json
{
"name": "rpc-websockets",
"version": "3.6.2",
"version": "3.6.3",
"description": "JSON-RPC 2.0 implementation over WebSockets for Node.js",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -272,2 +272,8 @@ <div align="center">

### Event: 'connection'
* `socket` &lt;ws.WebSocket&gt;
Emits when the client has connected.
### Event: 'error'

@@ -274,0 +280,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc