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 1.2.2 to 1.3.0

1

dist/cjs/lib/utils.js

@@ -19,3 +19,4 @@ "use strict";

.flat()
.map((line) => line.trimEnd())
.join('\n');
exports.breakLines = breakLines;

12

package.json
{
"name": "@inquirer/core",
"version": "1.2.2",
"version": "1.3.0",
"engines": {

@@ -60,3 +60,3 @@ "node": ">=14.18.0"

"dependencies": {
"@inquirer/type": "^1.0.4",
"@inquirer/type": "^1.0.5",
"ansi-escapes": "^4.3.2",

@@ -74,3 +74,3 @@ "chalk": "^4.1.2",

"devDependencies": {
"@inquirer/testing": "^1.0.5"
"@inquirer/testing": "^1.0.6"
},

@@ -80,5 +80,5 @@ "scripts": {

"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"
},

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

},
"gitHead": "4ade5f25d271c6f814efc7a21bdeb1a4d1ee6cf8"
"gitHead": "235c18f13650735b201a8853b28eda001f953d0f"
}

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