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

mendapi

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mendapi - npm Package Compare versions

Comparing version
0.5.0
to
0.5.1
+15
-1
package.json
{
"name": "mendapi",
"version": "0.5.0",
"version": "0.5.1",
"license": "AGPL-3.0-only",
"type": "module",
"description": "Detect upstream API breaking changes, scan your codebase for impact, and open the fix PR.",
"mcpName": "com.mendapi/mendapi",
"keywords": [
"mcp",
"mcp-server",
"api",
"breaking-changes",
"openapi",
"diff",
"codemod",
"dependabot",
"claude",
"cursor",
"agent"
],
"bin": {

@@ -8,0 +22,0 @@ "mendapi": "./cli.js"

@@ -6,2 +6,19 @@ # mendapi

## 30 seconds to your first result
```bash
# In any repo — zero config, zero npm dependencies, nothing leaves your machine
npx mendapi scan
```
You get every upstream breaking change that actually hits your code — file, line, and symbol — scored for confidence. Then `npx mendapi fix` drafts the migration as a reviewable diff.
Using an AI coding agent? One line plugs mendapi into Claude Code as an MCP server (Cursor and every other MCP client work too — [details below](#use-it-from-your-ai-coding-agent-mcp)):
```bash
claude mcp add mendapi -- npx mendapi mcp
```
Requires Node.js 22+. Everything runs locally: the scanner, fixer, and review CLIs contain no network code at all.
## Security model (read this first)

@@ -90,3 +107,3 @@

Pre-release. Not yet published; API and name subject to change.
Published on npm as [`mendapi`](https://www.npmjs.com/package/mendapi) (v0.5.0). Early release — the change database and migration pack registry grow daily; interfaces may still shift before 1.0.

@@ -93,0 +110,0 @@ ## License