Socket
Socket
Sign inDemoInstall

universal-websocket-client

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-websocket-client - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

package.json
{
"name": "universal-websocket-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "Use the same WebSocket client code in a browser or Node.js for isomorphic apps",

@@ -12,3 +12,3 @@ "main": "index.js",

"type": "git",
"url": "github.com/gabrielgrant/javascript-universal-websocket-client"
"url": "git+https://github.com/gabrielgrant/javascript-universal-websocket-client.git"
},

@@ -26,4 +26,4 @@ "keywords": [

"dependencies": {
"ws": "^2.2.0"
"ws": "^3.3.3"
}
}

@@ -22,3 +22,3 @@ Uses the native WebSocket client code in a browser and the [ws package client](https://www.npmjs.com/package/ws) on Node.js, enabling isomorphic applications to use WebSockets. Keeps your browser build slim, by not including any of the Node WebSocket implementation.

See [`tests/browser`](blob/master/tests/node) and [`tests/node`](blob/master/tests/node)
See [`tests/browser`](tests/browser) and [`tests/node`](tests/node)

@@ -25,0 +25,0 @@

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