Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "sneeze", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Easily join SWIM networks", | ||
@@ -28,3 +28,3 @@ "main": "sneeze.js", | ||
"lodash": "4.5.0", | ||
"optioner": "0.6.0", | ||
"optioner": "0.7.0", | ||
"swim": "0.3.0" | ||
@@ -31,0 +31,0 @@ }, |
@@ -46,20 +46,2 @@ /* | ||
/* | ||
options = _.defaultsDeep(options,{ | ||
isbase: false, | ||
host: DEFAULT_HOST, | ||
bases: [DEFAULT_HOST+':'+DEFAULT_PORT], | ||
retry_attempts: 22, | ||
retry_min: 111, | ||
retry_max: 555, | ||
silent: true, | ||
log: null, | ||
tag: null, | ||
port: null, | ||
// [include,exclude] | ||
port_range: [40000,50000] | ||
}) | ||
*/ | ||
optioner(options, function(err, options) { | ||
@@ -66,0 +48,0 @@ if (err) throw err |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18629
520
+ Addedoptioner@0.7.0(transitive)
- Removedoptioner@0.6.0(transitive)
Updatedoptioner@0.7.0