New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ai-sdk/google

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/google - npm Package Compare versions

Comparing version

to
1.1.18

6

CHANGELOG.md
# @ai-sdk/google
## 1.1.18
### Patch Changes
- 5c8f512: feat (provider/google): add seed support
## 1.1.17

@@ -4,0 +10,0 @@

7

dist/index.js

@@ -405,8 +405,2 @@ "use strict";

const warnings = [];
if (seed != null) {
warnings.push({
type: "unsupported-setting",
setting: "seed"
});
}
const generationConfig = {

@@ -421,2 +415,3 @@ // standardized settings:

stopSequences,
seed,
// response format:

@@ -423,0 +418,0 @@ responseMimeType: (responseFormat == null ? void 0 : responseFormat.type) === "json" ? "application/json" : void 0,

@@ -403,8 +403,2 @@ "use strict";

const warnings = [];
if (seed != null) {
warnings.push({
type: "unsupported-setting",
setting: "seed"
});
}
const generationConfig = {

@@ -419,2 +413,3 @@ // standardized settings:

stopSequences,
seed,
// response format:

@@ -421,0 +416,0 @@ responseMimeType: (responseFormat == null ? void 0 : responseFormat.type) === "json" ? "application/json" : void 0,

{
"name": "@ai-sdk/google",
"version": "1.1.17",
"version": "1.1.18",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet