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

@foldkit/devtools

Package Overview
Dependencies
Maintainers
1
Versions
146
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.114.1
to
0.115.0
+4
-4
package.json
{
"name": "@foldkit/devtools",
"version": "0.114.1",
"version": "0.115.0",
"description": "In-browser DevTools overlay for Foldkit applications",

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

"typescript": "^6.0.3",
"@foldkit/ui": "0.114.1",
"foldkit": "0.114.1"
"@foldkit/ui": "0.115.0",
"foldkit": "0.115.0"
},

@@ -58,5 +58,5 @@ "keywords": [

"watch": "tsc -b tsconfig.build.json --watch",
"lint": "eslint src",
"lint": "pnpm --filter @foldkit/oxlint-plugin build && oxlint src",
"typecheck": "tsc -b tsconfig.build.json --noEmit"
}
}