You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@smithery/sdk

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithery/sdk - npm Package Compare versions

Comparing version
2.0.0
to
2.1.0
+6
-3
package.json
{
"name": "@smithery/sdk",
"version": "2.0.0",
"version": "2.1.0",
"description": "SDK to develop with Smithery",

@@ -47,5 +47,7 @@ "type": "module",

"uuid": "^11.0.3",
"zod": ">=3.23.8 <4.0.0",
"zod-to-json-schema": "^3.24.1"
},
"peerDependencies": {
"zod": ">=3.23.8 <4.0.0"
},
"devDependencies": {

@@ -60,4 +62,5 @@ "@biomejs/biome": "2.2.6",

"tsx": "^4.19.2",
"typescript": "^5.0.0"
"typescript": "^5.0.0",
"zod": ">=3.23.8 <4.0.0"
}
}