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

devloop-mcp

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devloop-mcp - npm Package Compare versions

Comparing version
0.10.1
to
0.10.2
+8
-7
package.json
{
"name": "devloop-mcp",
"version": "0.10.1",
"version": "0.10.2",
"mcpName": "io.github.vincentvella/devloop",

@@ -46,3 +46,3 @@ "description": "Unified dev-loop: one MCP server exposing browser control + dev-server logs on a correlated timeline. Headless (stdio) or Electron cockpit (HTTP).",

"engines": {
"node": ">=24.18.0"
"node": ">=22.12.0"
},

@@ -56,3 +56,4 @@ "trustedDependencies": [

"overrides": {
"postcss": "^8.5.10"
"postcss": "^8.5.20",
"sharp": "^0.35.3"
},

@@ -96,3 +97,3 @@ "scripts": {

"devDependencies": {
"@biomejs/biome": "^2.5.2",
"@biomejs/biome": "^2.5.4",
"@jridgewell/gen-mapping": "^0.3.13",

@@ -105,6 +106,6 @@ "@modelcontextprotocol/sdk": "^1.29.0",

"@types/bun": "latest",
"@types/node": "24.13.1",
"@types/node": "22.20.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"electron": "^42.5.0",
"electron": "^43.2.0",
"electron-builder": "^26.15.3",

@@ -119,5 +120,5 @@ "electron-chrome-web-store": "^0.13.0",

"tailwindcss": "^4.3.2",
"typescript": "^6.0.3",
"typescript": "^7.0.2",
"zustand": "^5.0.14"
}
}

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