Socket
Socket
Sign inDemoInstall

@inquirer/editor

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/editor - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

2

./dist/cjs/index.js

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

const [value, setValue] = (0, core_1.useState)(config.default || '');
const [errorMsg, setError] = (0, core_1.useState)(undefined);
const [errorMsg, setError] = (0, core_1.useState)();
const isLoading = status === 'loading';

@@ -23,0 +23,0 @@ const prefix = (0, core_1.usePrefix)({ isLoading, theme });

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

const [value, setValue] = (0, core_1.useState)(config.default || '');
const [errorMsg, setError] = (0, core_1.useState)(undefined);
const [errorMsg, setError] = (0, core_1.useState)();
const isLoading = status === 'loading';

@@ -23,0 +23,0 @@ const prefix = (0, core_1.usePrefix)({ isLoading, theme });

{
"name": "@inquirer/editor",
"version": "2.1.5",
"version": "2.1.6",
"description": "Inquirer multiline editor prompt",

@@ -57,8 +57,8 @@ "main": "./dist/cjs/index.js",

"dependencies": {
"@inquirer/core": "^8.0.1",
"@inquirer/type": "^1.3.0",
"@inquirer/core": "^8.1.0",
"@inquirer/type": "^1.3.1",
"external-editor": "^3.1.0"
},
"devDependencies": {
"@inquirer/testing": "^2.1.17"
"@inquirer/testing": "^2.1.18"
},

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

},
"gitHead": "e986c9afc26321c3448f87f55795f7d9b8a9d452"
"gitHead": "d0e92901ebb7eb77d027786a2e1ac41fc15326b6"
}

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