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

@google/generative-ai

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google/generative-ai - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

4

dist/index.js

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

const DEFAULT_BASE_URL = "https://generativelanguage.googleapis.com";
const DEFAULT_API_VERSION = "v1";
const DEFAULT_API_VERSION = "v1beta";
/**

@@ -223,3 +223,3 @@ * We can't `require` package.json if this runs on web. We will use rollup to

*/
const PACKAGE_VERSION = "0.6.0";
const PACKAGE_VERSION = "0.7.0";
const PACKAGE_LOG_HEADER = "genai-js";

@@ -226,0 +226,0 @@ var Task;

@@ -19,3 +19,3 @@ /**

export declare const DEFAULT_BASE_URL = "https://generativelanguage.googleapis.com";
export declare const DEFAULT_API_VERSION = "v1";
export declare const DEFAULT_API_VERSION = "v1beta";
export declare enum Task {

@@ -22,0 +22,0 @@ GENERATE_CONTENT = "generateContent",

{
"name": "@google/generative-ai",
"version": "0.6.0",
"version": "0.7.0",
"description": "Google AI JavaScript SDK",

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

@@ -95,2 +95,5 @@ # Google AI JavaScript SDK

## Changelog
- `@google/generative-ai` - [CHANGELOG.md](/main/packages/main/CHANGELOG.md)
## Contributing

@@ -97,0 +100,0 @@

Sorry, the diff of this file is not supported yet

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