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 6.7.2 to 6.7.3

4

dist/cjs/bee-debug.js

@@ -567,4 +567,4 @@ "use strict";

}
async waitForUsablePostageStamp(id, timeout = 120000) {
const TIME_STEP = 1500;
async waitForUsablePostageStamp(id, timeout = 240000) {
const TIME_STEP = 2000;
for (let time = 0; time < timeout; time += TIME_STEP) {

@@ -571,0 +571,0 @@ try {

@@ -539,4 +539,4 @@ import * as balance from "./modules/debug/balance.js";

}
async waitForUsablePostageStamp(id, timeout = 120000) {
const TIME_STEP = 1500;
async waitForUsablePostageStamp(id, timeout = 240000) {
const TIME_STEP = 2000;
for (let time = 0; time < timeout; time += TIME_STEP) {

@@ -543,0 +543,0 @@ try {

{
"name": "@ethersphere/bee-js",
"version": "6.7.2",
"version": "6.7.3",
"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