Socket
Socket
Sign inDemoInstall

kws-rpc-builder

Package Overview
Dependencies
6
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.15 to 4.3.16

2

lib/index.js

@@ -695,3 +695,5 @@ /*

var clients = require('./clients');
RpcBuilder.clients = clients;
RpcBuilder.packers = packers;

5

package.json
{
"name": "kws-rpc-builder",
"version": "4.3.15",
"version": "4.3.16",
"description": "RPC library for browser and Node.js",

@@ -29,3 +29,4 @@ "main": "lib/index.js",

"dependencies": {
"inherits": "^2.0.1"
"inherits": "^2.0.1",
"ws": "^0.4.31"
},

@@ -32,0 +33,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc