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.2.0 to 3.2.1

5

index.js

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

var size = 0
var stats = opts.stats
var feed = this.core.add({filename: opts.filename && path.resolve(this.directory, opts.filename)})

@@ -352,2 +353,3 @@ var stream = pumpify(rabin(), bulk(write, end))

size += buffers[i].length
if (stats) stats.bytesRead += buffers[i].length
self.stats.bytesRead += buffers[i].length

@@ -385,2 +387,3 @@ }

var opts = {filename: filename, stats: stats}
var ws = self.append({

@@ -391,3 +394,3 @@ name: name,

link: null
}, {filename: filename}, cb)
}, opts, cb)

@@ -394,0 +397,0 @@ stats.bytesTotal = st.size

2

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

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

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