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

@contential/chat

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contential/chat - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

3

CHANGELOG.md
# @contential/chat
## 0.0.5
## 0.0.6

@@ -9,1 +9,2 @@ ### Patch Changes

- aab0d43: Added chat client
- 2e58fe6: Updated chat options

@@ -9,2 +9,4 @@ type ChatClientOptions = {

interface ChatOptions {
chatSessionId: string;
messageUserId: string;
text: string;

@@ -36,4 +38,3 @@ onUpdate: ChatOnUpdate;

};
declare const testApi = "testApi";
export { ChatClientOptions, ChatConfig, ChatOnUpdate, ChatOptions, ChatOptionsData, MESSAGE_TYPES, Message, MessageType, getClient, testApi };
export { ChatClientOptions, ChatConfig, ChatOnUpdate, ChatOptions, ChatOptionsData, MESSAGE_TYPES, Message, MessageType, getClient };

@@ -44,4 +44,3 @@ "use strict";

MESSAGE_TYPES: () => MESSAGE_TYPES,
getClient: () => getClient2,
testApi: () => testApi
getClient: () => getClient2
});

@@ -171,4 +170,4 @@ module.exports = __toCommonJS(src_exports);

data: {
chatSessionId: "chat_5f91a6469d83c5158645cf86b2acfbda92382dce",
messageUserId: "user_123",
chatSessionId: options2.chatSessionId,
messageUserId: options2.messageUserId,
text: options2.text

@@ -182,3 +181,2 @@ },

};
var testApi = "testApi";

@@ -190,4 +188,3 @@ // src/types.ts

MESSAGE_TYPES,
getClient,
testApi
getClient
});
{
"name": "@contential/chat",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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