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 1.4.3 to 1.4.4

2

lib/feed.js

@@ -83,3 +83,3 @@ var thunky = require('thunky')

// TODO: move to module
if (entry.type === 'file') entry.value = messages.File.decode(entry.value)
if (entry.type === 'file' || entry.type === 'directory') entry.value = messages.File.decode(entry.value)
cb(null, entry)

@@ -86,0 +86,0 @@ }

{
"name": "hyperdrive",
"version": "1.4.3",
"version": "1.4.4",
"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",

@@ -45,2 +45,4 @@ var tape = require('tape')

t.same(entry.type, 'directory')
t.same(entry.value.name, 'folder')
t.same(entry.value.mode, dir.mode)
t.end()

@@ -47,0 +49,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