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.0 to 0.8.1

3

CHANGELOG.md

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

# 0.8.1
- update `fast-levenshtein` dependency
# 0.8.0

@@ -2,0 +5,0 @@ - update `levn` dependency - supplying a float value to an option with type `Int` now throws an error, instead of silently converting to an `Int`

2

lib/index.js
// Generated by LiveScript 1.4.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;
VERSION = '0.8.0';
VERSION = '0.8.1';
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.0",
"version": "0.8.1",
"author": "George Zahariev <z@georgezahariev.com>",

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

"levn": "~0.3.0",
"fast-levenshtein": "~1.0.7"
"fast-levenshtein": "^1.1.0"
},

@@ -40,0 +40,0 @@ "devDependencies": {

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

MIT license. Version 0.8.0
MIT license. Version 0.8.1

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