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

@inquirer/core

Package Overview
Dependencies
Maintainers
3
Versions
84
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.0.0 to 10.0.1

2

dist/commonjs/lib/create-prompt.js

@@ -105,3 +105,3 @@ "use strict";

cleanups.forEach((cleanup) => cleanup());
screen.done({ clearContent: Boolean(context?.clearPromptOnDone) });
screen.done({ clearContent: Boolean(context.clearPromptOnDone) });
output.end();

@@ -108,0 +108,0 @@ })

@@ -19,3 +19,3 @@ import type { InquirerReadline } from '@inquirer/type';

export declare const effectScheduler: {
queue(cb: (readline: InquirerReadline) => void): void;
queue(cb: (readline: InquirerReadline) => void | (() => void)): void;
run(): void;

@@ -22,0 +22,0 @@ clearAll(): void;

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

cleanups.forEach((cleanup) => cleanup());
screen.done({ clearContent: Boolean(context?.clearPromptOnDone) });
screen.done({ clearContent: Boolean(context.clearPromptOnDone) });
output.end();

@@ -79,0 +79,0 @@ })

@@ -19,3 +19,3 @@ import type { InquirerReadline } from '@inquirer/type';

export declare const effectScheduler: {
queue(cb: (readline: InquirerReadline) => void): void;
queue(cb: (readline: InquirerReadline) => void | (() => void)): void;
run(): void;

@@ -22,0 +22,0 @@ clearAll(): void;

{
"name": "@inquirer/core",
"version": "10.0.0",
"version": "10.0.1",
"description": "Core Inquirer prompt API",

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

"@arethetypeswrong/cli": "^0.16.4",
"@inquirer/testing": "^2.1.35",
"@inquirer/testing": "^2.1.36",
"@repo/tsconfig": "workspace:*",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.7.4",
"@types/node": "^22.8.0",
"@types/wrap-ansi": "^3.0.0",

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

},
"gitHead": "483189975eb5ea7d214c265a5ce108544c2bf1a5"
"gitHead": "da3dd749325495266025f2dbdb339a812da468f8"
}
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