🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

dimcode

Package Overview
Dependencies
Maintainers
3
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dimcode - npm Package Compare versions

Comparing version
0.2.8
to
0.2.9-beta.0
+6
-6
package.json
{
"name": "dimcode",
"version": "0.2.8",
"version": "0.2.9-beta.0",
"description": "AI coding agent CLI and terminal coding assistant with an interactive TUI (beta channel)",

@@ -15,8 +15,8 @@ "type": "module",

"optionalDependencies": {
"dimcode-darwin-arm64": "0.2.8",
"dimcode-darwin-x64": "0.2.8",
"dimcode-linux-arm64": "0.2.8",
"dimcode-linux-x64": "0.2.8",
"dimcode-windows-x64": "0.2.8"
"dimcode-darwin-arm64": "0.2.9-beta.0",
"dimcode-darwin-x64": "0.2.9-beta.0",
"dimcode-linux-arm64": "0.2.9-beta.0",
"dimcode-linux-x64": "0.2.9-beta.0",
"dimcode-windows-x64": "0.2.9-beta.0"
}
}