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.11.0 to 7.11.1

dist/index.browser.cjs

9

package.json
{
"name": "rpc-websockets",
"version": "7.11.0",
"version": "7.11.1",
"description": "JSON-RPC 2.0 implementation over WebSockets for Node.js",
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"scripts": {
"build": "tsc && mkdir -p ./dist && eslint --fix -c ./.eslintrc './src/**/*.ts' && ./build-browser-bundle.mjs",
"build": "tsc && mkdir -p ./dist && eslint --fix -c ./.eslintrc './src/**/*.cts' && ./build-browser-bundle.mjs",
"pretest": "npm run-script build",

@@ -48,3 +49,3 @@ "test": "mocha --exit test/*spec.js",

},
"browser": "./dist/index.browser.js",
"browser": "./dist/index.browser.cjs",
"keywords": [

@@ -51,0 +52,0 @@ "json",

Sorry, the diff of this file is not supported yet

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