Socket
Socket
Sign inDemoInstall

cohere-js

Package Overview
Dependencies
0
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.16 to 1.0.17

2

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

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

@@ -17,7 +17,4 @@ declare type UserAttrs = {

getSessionUrl: (callback: (sessionUrl: string) => void) => void;
makeCall: () => void;
addCallStatusListener: (cb?: any) => void;
removeCallStatusListener: (cb?: any) => 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