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.1 to 8.0.2

3

dist/cjs/feed/index.js

@@ -33,2 +33,3 @@ "use strict";

const bytes_1 = require("../utils/bytes");
const error_1 = require("../utils/error");
const eth_1 = require("../utils/eth");

@@ -49,3 +50,3 @@ const hash_1 = require("../utils/hash");

catch (e) {
if (e?.response?.status === 404) {
if (e instanceof error_1.BeeResponseError) {
return (0, hex_1.bytesToHex)((0, bytes_1.makeBytes)(8));

@@ -52,0 +53,0 @@ }

@@ -7,2 +7,3 @@ import { Binary } from 'cafe-utility';

import { bytesAtOffset, makeBytes } from "../utils/bytes.js";
import { BeeResponseError } from "../utils/error.js";
import { makeHexEthAddress } from "../utils/eth.js";

@@ -22,3 +23,3 @@ import { keccak256Hash } from "../utils/hash.js";

} catch (e) {
if (e?.response?.status === 404) {
if (e instanceof BeeResponseError) {
return bytesToHex(makeBytes(8));

@@ -25,0 +26,0 @@ }

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