Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@vegamo/deepcode-cli

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vegamo/deepcode-cli - npm Package Compare versions

Comparing version
0.1.20
to
0.1.21
+4
-3
package.json
{
"name": "@vegamo/deepcode-cli",
"version": "0.1.20",
"version": "0.1.21",
"description": "Deep Code CLI - Vibe coding for the deepseek-v4 model in your terminal",

@@ -24,3 +24,3 @@ "license": "MIT",

"engines": {
"node": ">=18.17.0"
"node": ">=22"
},

@@ -36,3 +36,3 @@ "scripts": {

"build": "npm run check && npm run bundle && node -e \"require('fs').chmodSync('dist/cli.js', 0o755)\"",
"test": "tsx --test src/tests/*.test.ts",
"test": "node src/tests/run-tests.mjs",
"test:single": "tsx --test",

@@ -63,2 +63,3 @@ "prepack": "npm run build",

"eslint-plugin-react-hooks": "^7.1.1",
"glob": "^13.0.6",
"husky": "^9.1.7",

@@ -65,0 +66,0 @@ "lint-staged": "^17.0.4",

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