Socket
Socket
Sign inDemoInstall

ipfs-log

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-log - npm Package Compare versions

Comparing version 4.5.3 to 4.5.4

6

package.json
{
"name": "ipfs-log",
"version": "4.5.3",
"version": "4.5.4",
"description": "Append-only log CRDT on IPFS",

@@ -46,3 +46,3 @@ "main": "src/log.js",

"ipfs-repo": "^0.30.1",
"ipld-dag-pb": "~0.17.4",
"ipld-dag-pb": "~0.18.0",
"istanbul": "~0.4.5",

@@ -53,3 +53,3 @@ "json-loader": "~0.5.7",

"orbit-db-storage-adapter": "^0.4.2",
"orbit-db-test-utils": "^0.7.1",
"orbit-db-test-utils": "~0.8.4",
"rimraf": "~2.6.1",

@@ -56,0 +56,0 @@ "standard": "~12.0.1",

@@ -129,3 +129,3 @@ 'use strict'

}
if ((result.length + entry.refs.length) <= length) {
if (entry.refs && (result.length + entry.refs.length <= length)) {
entry.refs.forEach((e, i) => addToLoadingQueue(e, calculateIndex(i)))

@@ -132,0 +132,0 @@ }

Sorry, the diff of this file is too big to display

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