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

yargs-interactive

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yargs-interactive - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

package.json
{
"name": "yargs-interactive",
"version": "3.0.0",
"version": "3.0.1",
"description": "Build interactive command line tools without worring to parse the arguments (or ask them).",

@@ -12,3 +12,3 @@ "main": "src/index.js",

"test": "jest --collectCoverage",
"coveralls": "jest --collectCoverage && cat ./coverage/lcov.info | coveralls",
"publish-coverage": "cat ./coverage/lcov.info | coveralls",
"semantic-release": "semantic-release"

@@ -15,0 +15,0 @@ },

@@ -16,3 +16,4 @@ const yargs = require('yargs');

interactive: {
default: !!(options.interactive && options.interactive.default),
type: 'confirm',
default: !!(options.interactive && options.interactive.default) || !!yargs.argv.interactive,
prompt: 'never'

@@ -19,0 +20,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