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 0.2.0 to 0.2.1

2

index.js

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

output = output.replace(/^\n+/, '');
output = output.replace(/^\n{2,}/, '\n');
pageSize = pageSize || this.options.pageSize || 7;

@@ -26,0 +26,0 @@ var lines = output.split('\n');

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

@@ -13,4 +13,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"files": [
"index.js",
"LICENSE"
"index.js"
],

@@ -24,2 +23,9 @@ "main": "index.js",

},
"dependencies": {
"debug": "^2.2.0",
"log-utils": "^0.2.1"
},
"devDependencies": {
"gulp-format-md": "^0.1.10"
},
"keywords": [

@@ -42,2 +48,3 @@ "answer",

"menu",
"paginator",
"password",

@@ -54,9 +61,2 @@ "prompt",

],
"dependencies": {
"debug": "^2.2.0",
"log-utils": "^0.2.1"
},
"devDependencies": {
"gulp-format-md": "^0.1.10"
},
"verb": {

@@ -73,5 +73,5 @@ "toc": false,

"list": [
"choices-separator",
"enquirer",
"prompt-choices",
"choices-separator",
"readline-utils"

@@ -78,0 +78,0 @@ ]

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