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.24 to 1.0.25

2

es/index.js

@@ -59,2 +59,3 @@ const hookInputSetter = (target, key) => {

"triggerOverlayWorkflow",
"startChat",
];

@@ -77,2 +78,3 @@ const noop = () => { };

triggerOverlayWorkflow: noop,
startChat: noop,
};

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

@@ -61,2 +61,3 @@ 'use strict';

"triggerOverlayWorkflow",
"startChat",
];

@@ -79,2 +80,3 @@ const noop = () => { };

triggerOverlayWorkflow: noop,
startChat: noop,
};

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

2

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

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

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

@@ -32,4 +32,5 @@ declare type UserAttrs = {

}) => void;
startChat: (workflowId: string | undefined) => 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