Socket
Socket
Sign inDemoInstall

@inquirer/type

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/type - npm Package Compare versions

Comparing version 1.3.3 to 1.4.0

8

dist/cjs/types/index.d.ts

@@ -1,2 +0,8 @@

/// <reference types="node" />
import * as readline from 'node:readline';
import MuteStream from 'mute-stream';
export type InquirerReadline = readline.ReadLine & {
output: MuteStream;
input: NodeJS.ReadableStream;
clearLine: (dir: 0 | 1 | -1) => void;
};
export declare class CancelablePromise<T> extends Promise<T> {

@@ -3,0 +9,0 @@ cancel: () => void;

7

package.json
{
"name": "@inquirer/type",
"version": "1.3.3",
"version": "1.4.0",
"description": "Inquirer core TS types",

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

"license": "MIT",
"dependencies": {
"mute-stream": "^1.0.0"
},
"scripts": {

@@ -81,3 +84,3 @@ "tsc": "yarn run tsc:esm && yarn run tsc:cjs",

"sideEffects": false,
"gitHead": "209b4ce30fe71f8e2f0e066a1a98e385eecb15f4"
"gitHead": "fc27d575bceb96466cb8da8524c26d4eb2a77df0"
}

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