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 1.0.10 to 1.0.11

12

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

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

"dependencies": {
"@inquirer/core": "^1.2.2",
"@inquirer/type": "^1.0.4",
"@inquirer/core": "^1.3.0",
"@inquirer/type": "^1.0.5",
"chalk": "^4.1.2"

@@ -65,5 +65,5 @@ },

"clean": "rm -rf dist",
"tsc:esm": "tsc -p ./tsconfig.esm.json",
"tsc:esm": "tsc -p ./tsconfig.json",
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && yarn run fix-ext",
"fix-ext": "node --no-warnings=ExperimentalWarning --loader=ts-node/esm ../../tools/rename-ext.mts"
"fix-ext": "node --no-warnings=ExperimentalWarning --loader=ts-node/esm ../../tools/fix-ext.mts"
},

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

},
"gitHead": "4ade5f25d271c6f814efc7a21bdeb1a4d1ee6cf8"
"gitHead": "235c18f13650735b201a8853b28eda001f953d0f"
}
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