New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@inquirer/core

Package Overview
Dependencies
Maintainers
0
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/core - npm Package Compare versions

Comparing version 10.1.2 to 10.1.3

1

dist/commonjs/lib/create-prompt.js

@@ -72,3 +72,2 @@ "use strict";

const { promise, resolve, reject } = promise_polyfill_js_1.PromisePolyfill.withResolver();
/** @deprecated pass an AbortSignal in the context options instead. See {@link https://github.com/SBoudrias/Inquirer.js#canceling-prompt} */
const cancel = () => reject(new errors_js_1.CancelPromptError());

@@ -75,0 +74,0 @@ if (signal) {

@@ -43,3 +43,2 @@ import * as readline from 'node:readline';

const { promise, resolve, reject } = PromisePolyfill.withResolver();
/** @deprecated pass an AbortSignal in the context options instead. See {@link https://github.com/SBoudrias/Inquirer.js#canceling-prompt} */
const cancel = () => reject(new CancelPromptError());

@@ -46,0 +45,0 @@ if (signal) {

8

package.json
{
"name": "@inquirer/core",
"version": "10.1.2",
"version": "10.1.3",
"description": "Core Inquirer prompt API",

@@ -89,6 +89,6 @@ "keywords": [

"@arethetypeswrong/cli": "^0.17.2",
"@inquirer/testing": "^2.1.39",
"@inquirer/testing": "^2.1.40",
"@repo/tsconfig": "workspace:*",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/wrap-ansi": "^3.0.0",

@@ -112,3 +112,3 @@ "tshy": "^3.0.2"

},
"gitHead": "7613d7474f1f17a18019b89f208f46be10c5b02f"
"gitHead": "43afbb5a1a96a23342f9fa3867e3d5d0a9abc8fe"
}

@@ -7,2 +7,22 @@ # `@inquirer/core`

# Special Thanks
<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>
# Installation

@@ -9,0 +29,0 @@

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