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

zbanx-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zbanx-cli - npm Package Compare versions

Comparing version
1.0.0
to
1.0.2
+6
-2
@zbanx-dev/cli/package.json
{
"name": "cli",
"version": "1.0.0",
"name": "@zbanx-dev/cli",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"author": "zbanx",
"bin": {
"zbanx": "bin/index.js"
},
"engines": {
"node": "^12.0.0 || >= 14.0.0"
}
}
{
"name": "zbanx-cli",
"version": "1.0.0",
"version": "1.0.2",
"license": "MIT",

@@ -35,4 +35,4 @@ "author": "zbanx",

"devDependencies": {
"typescript": "^4.3.5",
"ts-node": "^10.0.0"
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
},

@@ -42,2 +42,2 @@ "dependencies": {

}
}
}