base-websocket
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "base-websocket", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "webSocket basic module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ # Base websocket | ||
``` | ||
{ url, onOpen, onResponse, onError, onClose } | ||
import { url, onOpen, onResponse, onError, onClose } from 'base-websocket'; | ||
``` | ||
@@ -9,0 +9,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
1095