New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bschat-sdk

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bschat-sdk - npm Package Compare versions

Comparing version 0.0.3-a to 0.0.3-b

11

dist/client/ether-bschat-client.js

@@ -86,5 +86,10 @@ "use strict";

}
this.bsChat
.connect(this.signer).on('MessageCreated', (...args) => {
_func(args);
this.bsChat.connect(this.signer).on('MessageCreated', (...args) => {
const event = {
messageId: args[0],
sender: args[1],
recipient: args[2],
createDate: args[3]
};
_func(event);
});

@@ -91,0 +96,0 @@ }

{
"name": "bschat-sdk",
"version": "0.0.3-a",
"version": "0.0.3-b",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "author": "33357 <43600005+33357@users.noreply.github.com>",

Sorry, the diff of this file is not supported yet

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