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

flex-plugins-utils-logger

Package Overview
Dependencies
Maintainers
7
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-plugins-utils-logger - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1-alpha.202107081641

20

dist/lib/inquirer.js

@@ -52,11 +52,13 @@ "use strict";

*/
var _validateConfirmation = function (defaultAnswer) { return function (input) {
if (!input && defaultAnswer) {
input = defaultAnswer;
}
if (exports.acceptableAnswers.includes(input.toLowerCase())) {
return true;
}
return 'Please answer with either "y" or "n"';
}; };
var _validateConfirmation = function (defaultAnswer) {
return function (input) {
if (!input && defaultAnswer) {
input = defaultAnswer;
}
if (exports.acceptableAnswers.includes(input.toLowerCase())) {
return true;
}
return 'Please answer with either "y" or "n"';
};
};
exports._validateConfirmation = _validateConfirmation;

@@ -63,0 +65,0 @@ /**

{
"name": "flex-plugins-utils-logger",
"version": "4.1.0",
"version": "4.1.1-alpha.202107081641",
"description": "Flex Plugins Logger",

@@ -43,3 +43,3 @@ "keywords": [

"columnify": "^1.5.4",
"flex-plugins-utils-env": "4.1.0",
"flex-plugins-utils-env": "4.1.1-alpha.202107081641",
"inquirer": "7.3.3",

@@ -59,3 +59,3 @@ "log-symbols": "^3.0.0",

},
"gitHead": "da2c3b4bd383e01b6fd5f5b387ee8008df2af65b"
"gitHead": "15f680ccc1c3d01d7936b26fd025fb02614b7952"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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