reconnecting-websocket
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "reconnecting-websocket", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Reconnecting WebSocket", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -68,3 +68,4 @@ # Reconnecting WebSocket | ||
The `url` parameter also accepts a `function` so you have a chance to update the URL before connecting: | ||
``` | ||
```javascript | ||
const ReconnectingWebSocket = require('reconnecting-websocket'); | ||
@@ -71,0 +72,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33137
165