Socket
Socket
Sign inDemoInstall

terminal-paginator

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terminal-paginator - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

index.js

@@ -64,3 +64,3 @@ 'use strict';

var topIndex = Math.max(0, pos + lines.length - this.position);
var topIndex = Math.max(0, pos + lines.length - this.position - 1);

@@ -67,0 +67,0 @@ // Create the visible list based on the limit and current cursor position

{
"name": "terminal-paginator",
"description": "Paginator used for rendering lists or choices for prompts in the terminal.",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/enquirer/terminal-paginator",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

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