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.18.0 to 0.19.0

12

dist/generative-ai.d.ts

@@ -953,13 +953,13 @@ /**

/** String type. */
STRING = "STRING",
STRING = "string",
/** Number type. */
NUMBER = "NUMBER",
NUMBER = "number",
/** Integer type. */
INTEGER = "INTEGER",
INTEGER = "integer",
/** Boolean type. */
BOOLEAN = "BOOLEAN",
BOOLEAN = "boolean",
/** Array type. */
ARRAY = "ARRAY",
ARRAY = "array",
/** Object type. */
OBJECT = "OBJECT"
OBJECT = "object"
}

@@ -966,0 +966,0 @@

@@ -11,13 +11,13 @@ 'use strict';

/** String type. */
SchemaType["STRING"] = "STRING";
SchemaType["STRING"] = "string";
/** Number type. */
SchemaType["NUMBER"] = "NUMBER";
SchemaType["NUMBER"] = "number";
/** Integer type. */
SchemaType["INTEGER"] = "INTEGER";
SchemaType["INTEGER"] = "integer";
/** Boolean type. */
SchemaType["BOOLEAN"] = "BOOLEAN";
SchemaType["BOOLEAN"] = "boolean";
/** Array type. */
SchemaType["ARRAY"] = "ARRAY";
SchemaType["ARRAY"] = "array";
/** Object type. */
SchemaType["OBJECT"] = "OBJECT";
SchemaType["OBJECT"] = "object";
})(exports.SchemaType || (exports.SchemaType = {}));

@@ -287,3 +287,3 @@

*/
const PACKAGE_VERSION = "0.18.0";
const PACKAGE_VERSION = "0.19.0";
const PACKAGE_LOG_HEADER = "genai-js";

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

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

*/
const PACKAGE_VERSION = "0.18.0";
const PACKAGE_VERSION = "0.19.0";
const PACKAGE_LOG_HEADER = "genai-js";

@@ -589,13 +589,13 @@ var Task;

/** String type. */
SchemaType["STRING"] = "STRING";
SchemaType["STRING"] = "string";
/** Number type. */
SchemaType["NUMBER"] = "NUMBER";
SchemaType["NUMBER"] = "number";
/** Integer type. */
SchemaType["INTEGER"] = "INTEGER";
SchemaType["INTEGER"] = "integer";
/** Boolean type. */
SchemaType["BOOLEAN"] = "BOOLEAN";
SchemaType["BOOLEAN"] = "boolean";
/** Array type. */
SchemaType["ARRAY"] = "ARRAY";
SchemaType["ARRAY"] = "array";
/** Object type. */
SchemaType["OBJECT"] = "OBJECT";
SchemaType["OBJECT"] = "object";
})(exports.SchemaType || (exports.SchemaType = {}));

@@ -602,0 +602,0 @@

@@ -669,13 +669,13 @@ /**

/** String type. */
STRING = "STRING",
STRING = "string",
/** Number type. */
NUMBER = "NUMBER",
NUMBER = "number",
/** Integer type. */
INTEGER = "INTEGER",
INTEGER = "integer",
/** Boolean type. */
BOOLEAN = "BOOLEAN",
BOOLEAN = "boolean",
/** Array type. */
ARRAY = "ARRAY",
ARRAY = "array",
/** Object type. */
OBJECT = "OBJECT"
OBJECT = "object"
}

@@ -682,0 +682,0 @@

@@ -86,13 +86,13 @@ /**

/** String type. */
STRING = "STRING",
STRING = "string",
/** Number type. */
NUMBER = "NUMBER",
NUMBER = "number",
/** Integer type. */
INTEGER = "INTEGER",
INTEGER = "integer",
/** Boolean type. */
BOOLEAN = "BOOLEAN",
BOOLEAN = "boolean",
/** Array type. */
ARRAY = "ARRAY",
ARRAY = "array",
/** Object type. */
OBJECT = "OBJECT"
OBJECT = "object"
}

@@ -99,0 +99,0 @@ /**

@@ -86,13 +86,13 @@ /**

/** String type. */
STRING = "STRING",
STRING = "string",
/** Number type. */
NUMBER = "NUMBER",
NUMBER = "number",
/** Integer type. */
INTEGER = "INTEGER",
INTEGER = "integer",
/** Boolean type. */
BOOLEAN = "BOOLEAN",
BOOLEAN = "boolean",
/** Array type. */
ARRAY = "ARRAY",
ARRAY = "array",
/** Object type. */
OBJECT = "OBJECT"
OBJECT = "object"
}

@@ -99,0 +99,0 @@ /**

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

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

Sorry, the diff of this file is not supported yet

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