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

@inquirer/expand

Package Overview
Dependencies
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/expand - npm Package Compare versions

Comparing version 0.0.14-alpha.0 to 0.0.15-alpha.0

8

package.json
{
"name": "@inquirer/expand",
"version": "0.0.14-alpha.0",
"version": "0.0.15-alpha.0",
"description": "Inquirer checkbox prompt",

@@ -17,4 +17,4 @@ "main": "index.js",

"dependencies": {
"@inquirer/core": "^0.0.14-alpha.0",
"chalk": "^4.1.0",
"@inquirer/core": "^0.0.15-alpha.0",
"chalk": "^4.1.1",
"figures": "^3.0.0"

@@ -25,3 +25,3 @@ },

},
"gitHead": "6bc00c0ff2e63835b3096c5d82ca96dded632f3d"
"gitHead": "0053e3f5694a4f75c4901512ab87e8906d1d7896"
}

@@ -28,3 +28,3 @@ # `@inquirer/expand`

name: 'Overwrite',
value: 'overwrite'
value: 'overwrite',
},

@@ -34,3 +34,3 @@ {

name: 'Overwrite this one and all next',
value: 'overwrite_all'
value: 'overwrite_all',
},

@@ -40,3 +40,3 @@ {

name: 'Show diff',
value: 'diff'
value: 'diff',
},

@@ -46,5 +46,5 @@ {

name: 'Abort',
value: 'abort'
}
]
value: 'abort',
},
],
});

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