Socket
Socket
Sign inDemoInstall

cohere-js

Package Overview
Dependencies
0
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.25 to 1.0.26

4

es/index.js

@@ -60,2 +60,4 @@ const hookInputSetter = (target, key) => {

"startChat",
"endChat",
"closeChatWindow",
];

@@ -79,2 +81,4 @@ const noop = () => { };

startChat: noop,
endChat: noop,
closeChatWindow: noop,
};

@@ -81,0 +85,0 @@ // Create cohere or pass in previous args to init/initialize

@@ -62,2 +62,4 @@ 'use strict';

"startChat",
"endChat",
"closeChatWindow",
];

@@ -81,2 +83,4 @@ const noop = () => { };

startChat: noop,
endChat: noop,
closeChatWindow: noop,
};

@@ -83,0 +87,0 @@ // Create cohere or pass in previous args to init/initialize

2

package.json
{
"name": "cohere-js",
"version": "1.0.25",
"version": "1.0.26",
"description": "Cohere.so JS SDK",

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

@@ -0,0 +0,0 @@ # Cohere JS SDK

@@ -33,4 +33,6 @@ declare type UserAttrs = {

startChat: (workflowId: string | undefined) => void;
endChat: () => void;
closeChatWindow: () => void;
};
declare const exportedModule: CohereExports;
export default exportedModule;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc