ssb-client
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -77,3 +77,3 @@ 'use strict' | ||
auth: function (cb) { cb(null, false) }, | ||
timeout: 1000 | ||
timeout: config.timers && config.timers.handshake || 3000 | ||
}) | ||
@@ -80,0 +80,0 @@ |
{ | ||
"name": "ssb-client", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "scuttlebot client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4471