ssb-client
Advanced tools
Comparing version 4.7.5 to 4.7.6
@@ -19,5 +19,5 @@ var MultiServer = require('multiserver') | ||
publicKey: | ||
new Buffer(keys.public.replace('.ed25519',''), 'base64'), | ||
Buffer.from(keys.public.replace('.ed25519',''), 'base64'), | ||
secretKey: | ||
new Buffer(keys.private.replace('.ed25519',''), 'base64'), | ||
Buffer.from(keys.private.replace('.ed25519',''), 'base64'), | ||
} | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "ssb-client", | ||
"version": "4.7.5", | ||
"version": "4.7.6", | ||
"description": "scuttlebot client", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"pull-stream": "^3.6.0", | ||
"ssb-config": "^2.3.9", | ||
"ssb-config": "^3.2.5", | ||
"ssb-keys": "^7.0.13" | ||
@@ -23,0 +23,0 @@ }, |
@@ -101,3 +101,3 @@ # ssb-client v2 | ||
```js | ||
var appKey = new Buffer(opts.caps.shs, 'base64') | ||
var appKey = Buffer.from(opts.caps.shs, 'base64') | ||
``` | ||
@@ -104,0 +104,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
11845
+ Addedlodash.get@4.4.2(transitive)
+ Addedssb-caps@1.1.0(transitive)
+ Addedssb-config@3.4.6(transitive)
+ Addedssb-keys@8.5.0(transitive)
+ Addedssb-typescript@2.8.0(transitive)
+ Addedssb-uri2@2.4.1(transitive)
- Removednon-private-ip@1.4.4(transitive)
- Removedssb-config@2.3.9(transitive)
Updatedssb-config@^3.2.5