Socket
Socket
Sign inDemoInstall

choices-separator

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

choices-separator - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

index.js
'use strict';
var debug = require('debug')('choices-separator');
var repeat = require('repeat-string');

@@ -15,2 +16,3 @@ var gray = require('ansi-gray');

function Separator(line) {
debug('initializing from <%s>', __filename);
this.isSeparator = true;

@@ -17,0 +19,0 @@ this.prefix = ' ';

18

package.json
{
"name": "choices-separator",
"description": "Separator for choices arrays in prompts. Based on the Separator from inquirer.",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/enquirer/choices-separator",

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

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

@@ -27,4 +25,10 @@ "main": "index.js",

"ansi-gray": "^0.1.1",
"debug": "^2.2.0",
"repeat-string": "^1.5.4"
},
"devDependencies": {
"gulp-format-md": "^0.1.10",
"mocha": "^3.0.2",
"strip-color": "^0.1.0"
},
"keywords": [

@@ -36,2 +40,3 @@ "answer",

"choice",
"choices",
"cli",

@@ -59,7 +64,2 @@ "command",

],
"devDependencies": {
"gulp-format-md": "^0.1.10",
"mocha": "^3.0.2",
"strip-color": "^0.1.0"
},
"verb": {

@@ -66,0 +66,0 @@ "toc": false,

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