Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/inquirer

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/inquirer - npm Package Compare versions

Comparing version 8.1.2 to 8.1.3

14

inquirer/lib/utils/paginator.d.ts
import ScreenManager = require('./screen-manager');
interface PaginatorOptions {
/**
* Whether or not to loop the content.
*/
isInfinite: boolean;
}
/**

@@ -28,3 +35,3 @@ * Provides the functionality to draw paginated content using a `ScreenManager`.

*/
constructor(screenManager: ScreenManager);
constructor(screenManager: ScreenManager, options?: PaginatorOptions);

@@ -40,8 +47,11 @@ /**

*
* @param pageSize
* The number of lines to display at a time.
*
* @returns
* The paginated content.
*/
paginate(content: string, selectedIndex: number): string;
paginate(content: string, selectedIndex: number, pageSize?: number): string;
}
export = Paginator;

4

inquirer/package.json
{
"name": "@types/inquirer",
"version": "8.1.2",
"version": "8.1.3",
"description": "TypeScript definitions for inquirer",

@@ -76,4 +76,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inquirer",

},
"typesPublisherContentHash": "0c74efcbf3ccfd225352fb1c327f54b7a4d7fc61f503342ad5966425aff9c8b0",
"typesPublisherContentHash": "141c6403676ac4af9dae73d9c4537a4d3ad2903ac41a0d0a313fb32f8a95f95e",
"typeScriptVersion": "4.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 21 Sep 2021 18:31:39 GMT
* Last updated: Tue, 28 Sep 2021 06:01:20 GMT
* Dependencies: [@types/rxjs](https://npmjs.com/package/@types/rxjs), [@types/through](https://npmjs.com/package/@types/through)

@@ -14,0 +14,0 @@ * Global values: none

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