Socket
Socket
Sign inDemoInstall

sneeze

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sneeze - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc