terminal-paginator
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -30,3 +30,3 @@ 'use strict'; | ||
// get the approximate "middle" of the visible list | ||
var middle = Math.ceil(limit / 2); | ||
var middle = Math.floor(limit / 2); | ||
@@ -33,0 +33,0 @@ // Move the pointer when a down keypress is entered, and limit |
{ | ||
"name": "terminal-paginator", | ||
"description": "Paginator used for rendering lists or choices for prompts in the terminal.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"homepage": "https://github.com/enquirer/terminal-paginator", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7920