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.23-alpha.0 to 0.0.24-alpha.0

2

dist/index.js

@@ -81,3 +81,3 @@ import readline from 'node:readline';

const done = (value) => {
let len = cleanupHook.length;
let len = hooksCleanup.length;
while (len--) {

@@ -84,0 +84,0 @@ cleanupHook(len);

{
"name": "@inquirer/core",
"type": "module",
"version": "0.0.23-alpha.0",
"version": "0.0.24-alpha.0",
"description": "Core Inquirer prompt API",

@@ -38,3 +38,3 @@ "main": "dist/index.js",

},
"gitHead": "a95b68efa6f407cefff63300e7e50da34c6b6693"
"gitHead": "0e054fd0b58bf56e94088136dfd36b74246a5187"
}
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