Socket
Socket
Sign inDemoInstall

@inquirer/core

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

Comparing version 7.1.1 to 7.1.2

4

dist/cjs/lib/screen-manager.js

@@ -42,4 +42,2 @@ "use strict";

render(content, bottomContent = '') {
this.clean();
this.rl.output.unmute();
/**

@@ -82,2 +80,4 @@ * Write message to screen and setPrompt to control backspace

output += ansi_escapes_1.default.cursorTo(this.cursorPos.cols);
this.clean();
this.rl.output.unmute();
/**

@@ -84,0 +84,0 @@ * Set up state for next re-rendering

{
"name": "@inquirer/core",
"version": "7.1.1",
"version": "7.1.2",
"engines": {

@@ -62,3 +62,3 @@ "node": ">=18"

"@types/mute-stream": "^0.0.4",
"@types/node": "^20.11.30",
"@types/node": "^20.12.4",
"@types/wrap-ansi": "^3.0.0",

@@ -76,3 +76,3 @@ "ansi-escapes": "^4.3.2",

"devDependencies": {
"@inquirer/testing": "^2.1.14"
"@inquirer/testing": "^2.1.15"
},

@@ -100,3 +100,3 @@ "scripts": {

},
"gitHead": "086fb1c59092cba248e55583d92f34e4eec44b2d"
"gitHead": "e5300568c6b043f325a1107e38e99d931593510e"
}

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