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.8.3 to 0.9.0

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 0.9.0
- update dependencies, in particular `levn` and `type-check` - this could affect behaviour of argument parsing
# 0.8.3

@@ -2,0 +5,0 @@ - changes dependency from `wordwrap` to `word-wrap` due to license issue

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.8.3';
VERSION = '0.9.0';
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.8.3",
"version": "0.9.0",
"author": "George Zahariev <z@georgezahariev.com>",

@@ -32,14 +32,13 @@ "description": "option parsing and help generation",

"dependencies": {
"prelude-ls": "~1.1.2",
"deep-is": "~0.1.3",
"word-wrap": "~1.2.3",
"type-check": "~0.3.2",
"levn": "~0.3.0",
"fast-levenshtein": "~2.0.6"
"prelude-ls": "^1.2.1",
"deep-is": "^0.1.3",
"word-wrap": "^1.2.3",
"type-check": "^0.4.0",
"levn": "^0.4.0",
"fast-levenshtein": "^2.0.6"
},
"devDependencies": {
"livescript": "~1.6.0",
"mocha": "~6.2.2",
"istanbul": "~0.4.5"
"livescript": "^1.6.0",
"mocha": "^7.1.1"
}
}

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

MIT license. Version 0.8.3
MIT license. Version 0.9.0

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