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

@inquirer/confirm

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/confirm - npm Package Compare versions

Comparing version 2.0.10 to 2.0.11

5

./dist/cjs/index.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const chalk_1 = __importDefault(require("chalk"));
const chalk_1 = require("chalk");
const core_1 = require("@inquirer/core");

@@ -8,0 +5,0 @@ exports.default = (0, core_1.createPrompt)((config, done) => {

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const chalk_1 = __importDefault(require("chalk"));
const chalk_1 = require("chalk");
const core_1 = require("@inquirer/core");

@@ -8,0 +5,0 @@ exports.default = (0, core_1.createPrompt)((config, done) => {

17

package.json
{
"name": "@inquirer/confirm",
"version": "2.0.10",
"version": "2.0.11",
"description": "Inquirer confirm prompt",

@@ -57,14 +57,13 @@ "main": "./dist/cjs/index.js",

"dependencies": {
"@inquirer/core": "^4.0.0",
"@inquirer/type": "^1.1.2",
"@inquirer/core": "^4.1.0",
"@inquirer/type": "^1.1.3",
"chalk": "^4.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.4"
"@inquirer/testing": "^2.1.5"
},
"scripts": {
"tsc": "yarn run clean && yarn run tsc:esm && yarn run tsc:cjs",
"clean": "rm -rf dist",
"tsc:esm": "tsc -p ./tsconfig.json",
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs"
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs"
},

@@ -89,3 +88,3 @@ "publishConfig": {

},
"gitHead": "ea5baff21fb29ed3c0931ea4030cc1dd1e92fc8d"
"gitHead": "f5c544a8ded1c7dfb6ac8364759955e8f2ecfb0c"
}
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