New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vantageai-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vantageai-cli - npm Package Compare versions

Comparing version
2.2.1
to
2.2.2
+4
-1
package.json
{
"name": "vantageai-cli",
"version": "2.2.1",
"version": "2.2.2",
"description": "AI coding tool cost intelligence CLI — optimize prompts, track costs, multi-line input, conversation context across Claude Code, Copilot, Gemini, Codex, Cursor",

@@ -37,3 +37,6 @@ "type": "module",

"scripts": {
"gen-version": "node --input-type=commonjs -e \"const fs=require('fs');const v=require('./package.json').version;fs.writeFileSync('src/_version.ts','// AUTO-GENERATED — do not edit manually. Run: npm run gen-version\\nexport const VERSION = '+JSON.stringify(v)+';\\n');\"",
"prebuild": "npm run gen-version",
"build": "tsup src/index.ts --format esm --dts --clean",
"predev": "npm run gen-version",
"dev": "tsx src/index.ts",

@@ -40,0 +43,0 @@ "typecheck": "tsc --noEmit",

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