@hyperswarm/secret-stream
Advanced tools
Comparing version 6.1.1 to 6.1.2
{ | ||
"name": "@hyperswarm/secret-stream", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "Secret stream backed by Noise and libsodium's secretstream", | ||
@@ -8,7 +8,7 @@ "main": "index.js", | ||
"b4a": "^1.1.0", | ||
"hypercore-crypto": "^3.3.0", | ||
"noise-curve-ed": "^2.0.0", | ||
"noise-handshake": "^3.0.0", | ||
"sodium-secretstream": "^1.0.0", | ||
"sodium-universal": "^3.0.4", | ||
"hypercore-crypto": "^3.3.1", | ||
"noise-curve-ed": "^2.0.1", | ||
"noise-handshake": "^3.0.2", | ||
"sodium-secretstream": "^1.1.0", | ||
"sodium-universal": "^4.0.0", | ||
"streamx": "^2.13.0", | ||
@@ -26,3 +26,3 @@ "timeout-refresh": "^2.0.0" | ||
"type": "git", | ||
"url": "https://github.com/hyperswarm/secret-stream.git" | ||
"url": "https://github.com/holepunchto/hyperswarm-secret-stream.git" | ||
}, | ||
@@ -32,5 +32,5 @@ "author": "Mathias Buus (@mafintosh)", | ||
"bugs": { | ||
"url": "https://github.com/hyperswarm/secret-stream/issues" | ||
"url": "https://github.com/holepunchto/hyperswarm-secret-stream/issues" | ||
}, | ||
"homepage": "https://github.com/hyperswarm/secret-stream" | ||
"homepage": "https://github.com/holepunchto/hyperswarm-secret-stream" | ||
} |
# @hyperswarm/secret-stream | ||
### [See the full API docs at docs.holepunch.to](https://docs.holepunch.to/building-blocks/hyperswarm#secretstream) | ||
Secret stream backed by Noise and libsodium's secretstream | ||
@@ -102,6 +104,2 @@ | ||
#### `keyPair = SecretStream.keyPair([seed])` | ||
Generate a ed25519 key pair. | ||
#### `s.publicKey` | ||
@@ -127,4 +125,8 @@ | ||
#### `keyPair = SecretStream.keyPair([seed])` | ||
Generate a ed25519 key pair. | ||
## License | ||
MIT |
31736
131
- Removedblake2b@2.1.4(transitive)
- Removedblake2b-wasm@2.4.0(transitive)
- Removedchacha20-universal@1.0.4(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedis-core-module@2.16.1(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedresolve@1.22.10(transitive)
- Removedsha256-universal@1.2.1(transitive)
- Removedsha256-wasm@2.2.2(transitive)
- Removedsha512-universal@1.2.1(transitive)
- Removedsha512-wasm@2.3.4(transitive)
- Removedsiphash24@1.3.1(transitive)
- Removedsodium-javascript@0.8.0(transitive)
- Removedsodium-native@3.4.1(transitive)
- Removedsodium-universal@3.1.0(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedxsalsa20@1.2.0(transitive)
Updatedhypercore-crypto@^3.3.1
Updatednoise-curve-ed@^2.0.1
Updatednoise-handshake@^3.0.2
Updatedsodium-secretstream@^1.1.0
Updatedsodium-universal@^4.0.0