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

hypercore-protocol

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypercore-protocol - npm Package Compare versions

Comparing version 7.6.0 to 7.7.0

4

index.js

@@ -341,4 +341,4 @@ const SHP = require('simple-hypercore-protocol')

static keyPair () {
return SHP.keyPair()
static keyPair (seed) {
return SHP.keyPair(seed)
}

@@ -345,0 +345,0 @@

{
"name": "hypercore-protocol",
"version": "7.6.0",
"version": "7.7.0",
"description": "Stream that implements the hypercore protocol",

@@ -12,3 +12,3 @@ "main": "index.js",

"pretty-hash": "^1.0.1",
"simple-hypercore-protocol": "^1.3.0",
"simple-hypercore-protocol": "^1.4.0",
"streamx": "^2.1.0",

@@ -15,0 +15,0 @@ "timeout-refresh": "^1.0.0"

@@ -104,3 +104,3 @@ # hypercore-protocol

#### `const keyPair = Protocol.keyPair()`
#### `const keyPair = Protocol.keyPair([seed])`

@@ -107,0 +107,0 @@ Static method to generate an static authentication key pair.

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