🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@context-cloud/cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@context-cloud/cli - npm Package Compare versions

Comparing version
0.2.1
to
0.2.3
+6
-6
package.json
{
"name": "@context-cloud/cli",
"version": "0.2.1",
"version": "0.2.3",
"type": "module",

@@ -8,6 +8,2 @@ "bin": {

},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts"
},
"dependencies": {

@@ -23,3 +19,7 @@ "commander": "^12.0.0",

"tsx": "^4.0.0"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts"
}
}
}