Socket
Socket
Sign inDemoInstall

hyperdrive

Package Overview
Dependencies
Maintainers
1
Versions
271
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.4.0 to 3.4.1

4

lib/storage.js

@@ -251,4 +251,2 @@ var fs = require('fs')

if (this._readonly) return cb(new Error('storage is readonly'))
if (!this.filename) {

@@ -274,2 +272,4 @@ this.db.put(this._prefix + '!blocks!' + index, buf, cb)

if (this._readonly) return cb(new Error('storage is readonly'))
var rel = index & MASK

@@ -276,0 +276,0 @@ var i = (index - rel) / SIZE

{
"name": "hyperdrive",
"version": "3.4.0",
"version": "3.4.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