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 1.4.0 to 1.4.1

2

lib/protocol.js

@@ -68,2 +68,3 @@ var lpstream = require('length-prefixed-stream')

Channel.prototype.choke = function () {
this.amChoking = true
this.stream._push(3, {channel: this.local})

@@ -73,2 +74,3 @@ }

Channel.prototype.unchoke = function () {
this.amChoking = false
this.stream._push(4, {channel: this.local})

@@ -75,0 +77,0 @@ }

2

package.json
{
"name": "hyperdrive",
"version": "1.4.0",
"version": "1.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