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.0.2 to 1.0.3

18

package.json
{
"name": "@inquirer/core",
"version": "1.0.2",
"version": "1.0.3",
"engines": {

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

"dependencies": {
"@inquirer/type": "^1.0.1",
"ansi-escapes": "^6.2.0",
"chalk": "^5.2.0",
"@inquirer/type": "^1.0.2",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2",
"cli-spinners": "^2.8.0",

@@ -69,8 +69,8 @@ "cli-width": "^4.0.0",

"run-async": "^2.3.0",
"string-width": "^5.1.2",
"string-width": "^4.2.3",
"strip-ansi": "^7.0.1",
"wrap-ansi": "^8.1.0"
"wrap-ansi": "^6.0.1"
},
"devDependencies": {
"@inquirer/testing": "^1.0.1"
"@inquirer/testing": "^1.0.2"
},

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

"tsc:cjs": "tsc -p ./tsconfig.cjs.json && yarn run fix-ext",
"fix-ext": "ts-node ../../tools/rename-ext.mts"
"fix-ext": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ../../tools/rename-ext.mts"
},

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

},
"gitHead": "5b8563d850962ce48daba46e7e95e7285d581a56"
"gitHead": "865c589ffbc4a66f328dc4e64a08646200c755f3"
}
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