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.21 to 1.0.22

2

es/index.js

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

"removeSessionUrlListener",
"triggerOverlayWorkflow",
];

@@ -71,2 +72,3 @@ const noop = () => { };

removeSessionUrlListener: noop,
triggerOverlayWorkflow: noop,
};

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

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

"removeSessionUrlListener",
"triggerOverlayWorkflow",
];

@@ -73,2 +74,3 @@ const noop = () => { };

removeSessionUrlListener: noop,
triggerOverlayWorkflow: noop,
};

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

2

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

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

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

removeSessionUrlListener: (listener: (sessionUrl: string) => void) => void;
triggerOverlayWorkflow: (workflowId: string) => 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