simple-websocket
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -51,2 +51,3 @@ /* global WebSocket, DOMException */ | ||
this._ws = opts.socket | ||
this.connected = opts.socket.readyState === _WebSocket.OPEN | ||
} else { | ||
@@ -53,0 +54,0 @@ this.url = opts.url |
{ | ||
"name": "simple-websocket", | ||
"description": "Simple, EventEmitter API for WebSockets (browser)", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh", |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
281
0
97752