Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@anycli/example-multi-js

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anycli/example-multi-js - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

2

.anycli.manifest.json

@@ -1,1 +0,1 @@

{"version":"0.9.4","commands":{"hello":{"id":"hello","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}}
{"version":"0.9.5","commands":{"hello":{"id":"hello","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}}

@@ -0,1 +1,9 @@

<a name="0.9.6"></a>
## [0.9.6](https://github.com/anycli/example-multi-js/compare/c00dd1e741705a847f04b6382ac247cf68fa1bd2...v0.9.6) (2018-02-05)
### Bug Fixes
* anycli v0.33.6 ([647a095](https://github.com/anycli/example-multi-js/commit/647a095))
<a name="0.9.5"></a>

@@ -2,0 +10,0 @@ ## [0.9.5](https://github.com/anycli/example-multi-js/compare/2e7c411570fb3ce9e3925c744c1ded1d9c851c5a...v0.9.5) (2018-02-05)

{
"name": "@anycli/example-multi-js",
"description": "example multi-command CLI built with javascript",
"version": "0.9.5",
"version": "0.9.6",
"author": "Jeff Dickey @jdxcode",

@@ -10,4 +10,3 @@ "anycli": {

"plugins": [
"@anycli/plugin-help",
"@anycli/plugin-not-found"
"@anycli/plugin-help"
]

@@ -20,11 +19,10 @@ },

"dependencies": {
"@anycli/command": "^1.2.4",
"@anycli/config": "^1.1.4",
"@anycli/dev-cli": "^0.1.5",
"@anycli/plugin-help": "^0.6.0",
"@anycli/plugin-not-found": "^0.1.15",
"cli-ux": "^3.3.15"
"@anycli/command": "^1.2.7",
"@anycli/config": "^1.2.3",
"@anycli/plugin-help": "^0.6.3",
"globby": "^7.1.1"
},
"devDependencies": {
"@anycli/test": "^0.10.9",
"@anycli/dev-cli": "^0.1.6",
"@anycli/test": "^0.10.11",
"chai": "^4.1.2",

@@ -31,0 +29,0 @@ "eslint": "^4.17.0",

const {Command, flags} = require('@anycli/command')
const {cli} = require('cli-ux')

@@ -8,3 +7,3 @@ class HelloCommand extends Command {

const name = flags.name || 'world'
cli.log(`hello ${name} from hello!`)
this.log(`hello ${name} from hello!`)
}

@@ -11,0 +10,0 @@ }

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