New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ethersphere/bee-js

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersphere/bee-js - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

2

dist/cjs/utils/collection.js

@@ -9,3 +9,3 @@ "use strict";

}
return data.every(entry => typeof entry === 'object' && entry.path && entry.size);
return data.every(entry => typeof entry === 'object' && entry.path && entry.size !== undefined);
}

@@ -12,0 +12,0 @@ exports.isCollection = isCollection;

@@ -6,3 +6,3 @@ import { BeeArgumentError } from "./error.js";

}
return data.every(entry => typeof entry === 'object' && entry.path && entry.size);
return data.every(entry => typeof entry === 'object' && entry.path && entry.size !== undefined);
}

@@ -9,0 +9,0 @@ export function assertCollection(data) {

{
"name": "@ethersphere/bee-js",
"version": "8.0.0",
"version": "8.0.1",
"description": "Javascript client for Bee",

@@ -5,0 +5,0 @@ "keywords": [

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

Sorry, the diff of this file is not supported yet

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