New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hyperswarm/secret-stream

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperswarm/secret-stream - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

18

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