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

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 1.0.1 to 1.0.2

2

index.js

@@ -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)",

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