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 0.0.19-alpha.0 to 0.0.20-alpha.0

2

lib/utils.js

@@ -13,3 +13,3 @@ const wrapAnsi = require('wrap-ansi');

.split('\n')
.map((line) => wrapAnsi(line, width, { trim: false, hard: true }))
.map((line) => wrapAnsi(line, width, { trim: false, hard: true }).split('\n'))
.join('\n');
{
"name": "@inquirer/core",
"version": "0.0.19-alpha.0",
"version": "0.0.20-alpha.0",
"description": "Core Inquirer prompt API",

@@ -30,3 +30,3 @@ "main": "index.js",

},
"gitHead": "9baee326b04b4e8565e815b1fa577c36e0b93727"
"gitHead": "83b807522ca6e10ab90a6921eac9d9655e2dac38"
}
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