Socket
Socket
Sign inDemoInstall

rpc-websockets

Package Overview
Dependencies
Maintainers
1
Versions
127
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 7.4.11 to 7.4.12

8

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

@@ -10,2 +10,4 @@ "main": "./dist/index.js",

"test": "mocha --exit test/*spec.js",
"test:client": "mocha --exit test/client.spec.js",
"test:server": "mocha --exit test/server.spec.js",
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec --exit && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",

@@ -24,5 +26,3 @@ "coveralls": "npm run-script coverage && coveralls < ./coverage/lcov.info"

"uuid": "^8.3.0",
"ws": "^7.3.1",
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
"ws": "^7.4.5"
},

@@ -29,0 +29,0 @@ "optionalDependencies": {

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