Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cohere-js

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cohere-js - npm Package Compare versions

Comparing version 1.0.15-beta to 1.0.15

2

es/index.js

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

script.async = true;
script.src = "https://static-staging.cohere.so/main.js";
script.src = "https://static.cohere.so/main.js";
// Insert our script before the first script element

@@ -92,0 +92,0 @@ const first = document.getElementsByTagName("script")[0];

@@ -91,3 +91,3 @@ 'use strict';

script.async = true;
script.src = "https://static-staging.cohere.so/main.js";
script.src = "https://static.cohere.so/main.js";
// Insert our script before the first script element

@@ -94,0 +94,0 @@ const first = document.getElementsByTagName("script")[0];

{
"name": "cohere-js",
"version": "1.0.15-beta",
"version": "1.0.15",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc