@aicore/cocodb-ws-client
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@aicore/cocodb-ws-client", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Websocket client for cocoDb", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -29,3 +29,2 @@ import {WS} from "./WebSocket.js"; | ||
client.on('message', function message(data) { | ||
console.log('received: %s', data); | ||
__receiveMessage(data); | ||
@@ -32,0 +31,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
59894
418