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

hyperdrive

Package Overview
Dependencies
Maintainers
1
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperdrive - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

index.js

@@ -226,3 +226,2 @@ var constants = require('constants')

kick()
feed.on('put', function (block, data) {

@@ -235,2 +234,3 @@ self.emit('file-download', entry, data, block)

if (err) return
kick()
for (var i = 0; i < entry.link.index.length; i++) {

@@ -237,0 +237,0 @@ if (!feed.has(i + contentBlocks)) feed.want.push({block: i + contentBlocks, callback: noop, critical: true})

{
"name": "hyperdrive",
"version": "3.0.1",
"version": "3.0.2",
"description": "A file sharing network based on rabin file chunking and append only feeds of data verified by merkle trees.",

@@ -15,2 +15,3 @@ "main": "index.js",

"dependencies": {
"brfs": "^1.4.3",
"bulk-write-stream": "^1.1.1",

@@ -17,0 +18,0 @@ "delta-list": "^1.0.0",

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