Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hypercore

Package Overview
Dependencies
Maintainers
0
Versions
498
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypercore - npm Package Compare versions

Comparing version 10.37.8 to 10.37.9

2

lib/merkle-tree.js

@@ -1354,2 +1354,3 @@ const flat = require('flat-tree')

if (block) {
if (pNode === null) throw INVALID_OPERATION('Invalid block request')
result.block = {

@@ -1361,2 +1362,3 @@ index: block.index,

} else if (hash) {
if (pNode === null) throw INVALID_OPERATION('Invalid hash request')
result.hash = {

@@ -1363,0 +1365,0 @@ index: hash.index,

2

package.json
{
"name": "hypercore",
"version": "10.37.8",
"version": "10.37.9",
"description": "Hypercore is a secure, distributed append-only log",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

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