New:Socket for Asana Is Now Available.Learn more
Get Started

@foldkit/devtools

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foldkit/devtools - npm Package Compare versions

Comparing version
0.148.1
to
0.148.2
+4
-4
package.json
{
"name": "@foldkit/devtools",
"version": "0.148.1",
"version": "0.148.2",
"description": "In-browser DevTools overlay for Foldkit applications",

@@ -31,5 +31,5 @@ "type": "module",

"vitest": "^4.1.9",
"@foldkit/ui": "0.148.1",
"@foldkit/vite-plugin": "0.16.0",
"foldkit": "0.148.1"
"@foldkit/ui": "0.148.2",
"@foldkit/vite-plugin": "0.16.1",
"foldkit": "0.148.2"
},

@@ -36,0 +36,0 @@ "keywords": [

@@ -36,5 +36,5 @@ # @foldkit/devtools

The `devTools` configuration is optional unless you need settings such as `Message`, `position`, or `excludeFromHistory`. Recording and the WebSocket bridge that the [DevTools MCP server](https://foldkit.dev/ai/mcp) connects to live in Foldkit's core runtime.
The `devTools` configuration is optional unless you need settings such as `Message`, `position`, or `excludeFromHistory`. Recording and the WebSocket bridge that the [DevTools MCP server](https://foldkit.dev/ai/mcp) connects to live in Foldkit's core Runtime.
To include the overlay in production, move `@foldkit/devtools` to regular `dependencies` and set `show: 'Always'`. The dependency section is the build-time opt-in, and `show` controls whether the runtime mounts it:
To include the overlay in production, move `@foldkit/devtools` to regular `dependencies` and set `show: 'Always'`. The dependency section is the build-time opt-in, and `show` controls whether the Runtime mounts it:

@@ -41,0 +41,0 @@ ```typescript