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.10 to 1.0.11

9

es/index.js

@@ -23,3 +23,9 @@ const hookInputSetter = (target, key) => {

}
const bridgedMethods = ["init", "identify", "stop", "showCode"];
const bridgedMethods = [
"init",
"identify",
"stop",
"showCode",
"getSessionUrl",
];
const noop = () => { };

@@ -31,2 +37,3 @@ const noopModule = {

showCode: noop,
getSessionUrl: noop,
};

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

@@ -25,3 +25,9 @@ 'use strict';

}
const bridgedMethods = ["init", "identify", "stop", "showCode"];
const bridgedMethods = [
"init",
"identify",
"stop",
"showCode",
"getSessionUrl",
];
const noop = () => { };

@@ -33,2 +39,3 @@ const noopModule = {

showCode: noop,
getSessionUrl: noop,
};

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

2

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

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

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