Socket
Socket
Sign inDemoInstall

optionator

Package Overview
Dependencies
6
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.2 to 0.9.3

2

lib/help.js

@@ -6,3 +6,3 @@ // Generated by LiveScript 1.6.0

ref$ = require('./util'), nameToRaw = ref$.nameToRaw, dasherize = ref$.dasherize, naturalJoin = ref$.naturalJoin;
wordWrap = require('word-wrap');
wordWrap = require('@aashutoshrathi/word-wrap');
wordwrap = function(a, b){

@@ -9,0 +9,0 @@ var ref$, indent, width;

// Generated by LiveScript 1.6.0
(function(){
var VERSION, ref$, id, map, compact, any, groupBy, partition, chars, isItNaN, keys, Obj, camelize, deepIs, closestString, nameToRaw, dasherize, naturalJoin, generateHelp, generateHelpForOption, parsedTypeCheck, parseType, parseLevn, camelizeKeys, parseString, main, toString$ = {}.toString, slice$ = [].slice, arrayFrom$ = Array.from || function(x){return slice$.call(x);};
VERSION = '0.9.2';
VERSION = '0.9.3';
ref$ = require('prelude-ls'), id = ref$.id, map = ref$.map, compact = ref$.compact, any = ref$.any, groupBy = ref$.groupBy, partition = ref$.partition, chars = ref$.chars, isItNaN = ref$.isItNaN, keys = ref$.keys, Obj = ref$.Obj, camelize = ref$.camelize;

@@ -6,0 +6,0 @@ deepIs = require('deep-is');

{
"name": "optionator",
"version": "0.9.2",
"version": "0.9.3",
"author": "George Zahariev <z@georgezahariev.com>",

@@ -5,0 +5,0 @@ "description": "option parsing and help generation",

@@ -26,3 +26,3 @@ # Optionator

MIT license. Version 0.9.2
MIT license. Version 0.9.3

@@ -29,0 +29,0 @@ npm install optionator

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc