Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ai-sdk/react

Package Overview
Dependencies
Maintainers
3
Versions
938
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.0-canary.143
to
4.0.0-canary.145
+17
-17
package.json
{
"name": "@ai-sdk/react",
"version": "4.0.0-canary.143",
"version": "4.0.0-canary.145",
"type": "module",

@@ -29,24 +29,24 @@ "license": "Apache-2.0",

"dependencies": {
"swr": "^2.2.5",
"swr": "^2.4.1",
"throttleit": "2.1.0",
"@ai-sdk/mcp": "2.0.0-canary.50",
"@ai-sdk/provider": "4.0.0-canary.16",
"@ai-sdk/provider-utils": "5.0.0-canary.41",
"ai": "7.0.0-canary.142"
"@ai-sdk/mcp": "2.0.0-canary.52",
"@ai-sdk/provider": "4.0.0-canary.17",
"@ai-sdk/provider-utils": "5.0.0-canary.43",
"ai": "7.0.0-canary.144"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "20.17.24",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.4",
"jsdom": "^24.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "22.19.19",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.7.0",
"jsdom": "^24.1.3",
"msw": "2.6.4",
"react-dom": "^18 || ^19",
"react-dom": "^19.2.6",
"tsup": "^7.2.0",
"typescript": "5.8.3",
"zod": "3.25.76",
"@ai-sdk/test-server": "2.0.0-canary.4",
"@ai-sdk/test-server": "2.0.0-canary.6",
"@vercel/ai-tsconfig": "0.0.0"

@@ -58,3 +58,3 @@ },

"engines": {
"node": ">=18"
"node": ">=22"
},

@@ -61,0 +61,0 @@ "publishConfig": {

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