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.1 to 0.9.2

2

lib/index.js
// 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.1';
VERSION = '0.9.2';
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.1",
"version": "0.9.2",
"author": "George Zahariev <z@georgezahariev.com>",

@@ -34,3 +34,3 @@ "description": "option parsing and help generation",

"deep-is": "^0.1.3",
"word-wrap": "^1.2.3",
"@aashutoshrathi/word-wrap": "^1.2.3",
"type-check": "^0.4.0",

@@ -37,0 +37,0 @@ "levn": "^0.4.1",

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

MIT license. Version 0.9.1
MIT license. Version 0.9.2

@@ -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