ssb-client
Advanced tools
Comparing version 4.5.7 to 4.6.0
11
index.js
@@ -5,3 +5,2 @@ 'use strict' | ||
var explain = require('explain-error') | ||
var path = require('path') | ||
var fs = require('fs') | ||
@@ -14,2 +13,4 @@ | ||
var Shs = require('multiserver/plugins/shs') | ||
var NoAuth = require('multiserver/plugins/noauth') | ||
var UnixSock = require('multiserver/plugins/unix-socket') | ||
@@ -91,3 +92,9 @@ var muxrpc = require('muxrpc') | ||
[Onion({}), shs], | ||
[WS({}), shs] | ||
[WS({}), shs], | ||
[UnixSock({}), NoAuth({ | ||
keys: toSodiumKeys(keys) | ||
})], | ||
[Net({}), NoAuth({ | ||
keys: toSodiumKeys(keys) | ||
})], | ||
]) | ||
@@ -94,0 +101,0 @@ |
{ | ||
"name": "ssb-client", | ||
"version": "4.5.7", | ||
"version": "4.6.0", | ||
"description": "scuttlebot client", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"multicb": "^1.2.1", | ||
"multiserver": "^1.7.0", | ||
"multiserver": "^1.13.2", | ||
"muxrpc": "^6.4.0", | ||
@@ -19,0 +19,0 @@ "pull-hash": "^1.0.0", |
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
9511
240
Updatedmultiserver@^1.13.2