Socket
Socket
Sign inDemoInstall

@iarna/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

@iarna/cli - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

app.js

@@ -40,2 +40,3 @@ 'use strict'

let haveYargs
let yargs

@@ -48,4 +49,3 @@ let opts

yargs = require('yargs')
opts = yargs.argv
argv = opts._
haveYargs = true
} catch (_) {

@@ -76,2 +76,6 @@ argv = process.argv.slice(2)

setImmediate(() => {
if (haveYargs) {
opts = yargs.argv
argv = opts._
}
started = true

@@ -78,0 +82,0 @@ try {

{
"name": "@iarna/cli",
"version": "2.0.1",
"version": "2.0.2",
"description": "Some simple CLI scaffolding for promise returning applications.",

@@ -5,0 +5,0 @@ "main": "app.js",

@@ -5,3 +5,3 @@ # @iarna/cli

![Travis](https://travis-ci.com/iarna/cli.svg?branch=latest)
[![Coverage Status](https://coveralls.io/repos/github/iarna/cli/badge.svg?branch=latest)](https://coveralls.io/github/iarna/cli?branch=latest)

@@ -8,0 +8,0 @@ ## EXAMPLE

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