New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zondax/cli

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zondax/cli - npm Package Compare versions

Comparing version 0.0.1 to 0.0.5

9

package.json
{
"name": "@zondax/cli",
"version": "0.0.1",
"version": "0.0.5",
"description": "Zondax CLI",

@@ -12,3 +12,3 @@ "author": "Zondax AG <hello@zondax.ch>",

"scripts": {
"build": "tsc -p .",
"build": "tsc --noEmit",
"lint": "eslint --ext .ts,.tsx,.js,.jsx --ignore-path .eslintignore . --max-warnings 0",

@@ -20,3 +20,3 @@ "lint:fix": "yarn lint --fix",

"bin": {
"getkube": "dist/getkube.js"
"getkube": "src/getkube.js"
},

@@ -37,4 +37,5 @@ "devDependencies": {

"dependencies": {
"chalk": "^5.2.0"
"chalk": "^5.2.0",
"ts-node": "^10.9.1"
}
}

@@ -0,3 +1,4 @@

#!/usr/bin/env ts-node
import chalk from 'chalk'
console.log(`Hello ${chalk.blue('blue')} world!`)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc