Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aicore/cocodb-ws-client

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aicore/cocodb-ws-client - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"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 @@ });

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