🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

urdb-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urdb-mcp - npm Package Compare versions

Comparing version
1.0.0
to
1.0.2
+2
-2
package.json
{
"name": "urdb-mcp",
"version": "1.0.0",
"version": "1.0.2",
"description": "MCP server for the URDB product integrity database — search products, check integrity scores, and find enshittification events.",

@@ -33,3 +33,3 @@ "type": "module",

"license": "MIT",
"mcpName": "io.github.GetMystAdmin/urdb"
"mcpName": "io.github.GetMystAdmin/urdb-mcp"
}
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"allowImportingTsExtensions": true,
"noEmit": true
},
"include": ["index.ts"]
}