Sign In

@ai-sdk/react

Package Overview
Dependencies
Maintainers
3
Versions
1146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/react - npm Package Compare versions

Comparing version
4.0.68
to
4.0.69
+1
-1
dist/index.js

@@ -50,3 +50,3 @@ var __accessCheck = (obj, member, msg) => {

const { data, mutate } = useSWR(
[api, completionId],
[completionId, "object"],
null,

@@ -53,0 +53,0 @@ { fallbackData: initialValue }

{
"name": "@ai-sdk/react",
"version": "4.0.68",
"version": "4.0.69",
"type": "module",

@@ -31,6 +31,6 @@ "license": "Apache-2.0",

"throttleit": "2.1.0",
"@ai-sdk/mcp": "2.0.31",
"@ai-sdk/mcp": "2.0.32",
"@ai-sdk/provider": "4.0.7",
"@ai-sdk/provider-utils": "5.0.27",
"ai": "7.0.65"
"ai": "7.0.66"
},

@@ -37,0 +37,0 @@ "devDependencies": {

@@ -141,3 +141,3 @@ import {

const { data, mutate } = useSWR<DeepPartial<RESULT>>(
[api, completionId],
[completionId, 'object'],
null,

@@ -144,0 +144,0 @@ { fallbackData: initialValue },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display