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

@bandada/utils

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bandada/utils - npm Package Compare versions

Comparing version

to
2.6.0

42

dist/index.node.js
/**
* @module @bandada/utils
* @version 2.5.0
* @version 2.6.0
* @file General Bandada utility functions.

@@ -1356,2 +1356,42 @@ * @copyright Ethereum Foundation 2023

name: "Avalanche C-Chain Fuji"
},
{
id: "base_sepolia",
name: "Base Sepolia"
},
{
id: "linea_sepolia",
name: "Linea Sepolia"
},
{
id: "scroll_sepolia",
name: "Scroll Sepolia"
},
{
id: "ethereum",
name: "Ethereum"
},
{
id: "polygon",
name: "Polygon"
},
{
id: "optimism",
name: "Optimism"
},
{
id: "arbitrum",
name: "Arbitrum"
},
{
id: "base",
name: "Base"
},
{
id: "linea",
name: "Linea"
},
{
id: "scroll",
name: "Scroll"
}

@@ -1358,0 +1398,0 @@ ];

4

package.json
{
"name": "@bandada/utils",
"version": "2.5.0",
"version": "2.6.0",
"description": "General Bandada utility functions.",

@@ -22,3 +22,3 @@ "license": "MIT",

"bugs": {
"url": "https://github.com/bandada-infra/bandada.git/issues"
"url": "https://github.com/bandada-infra/bandada/issues"
},

@@ -25,0 +25,0 @@ "scripts": {

@@ -23,2 +23,42 @@ import type { BlockchainNetwork } from "./types"

name: "Avalanche C-Chain Fuji"
},
{
id: "base_sepolia",
name: "Base Sepolia"
},
{
id: "linea_sepolia",
name: "Linea Sepolia"
},
{
id: "scroll_sepolia",
name: "Scroll Sepolia"
},
{
id: "ethereum",
name: "Ethereum"
},
{
id: "polygon",
name: "Polygon"
},
{
id: "optimism",
name: "Optimism"
},
{
id: "arbitrum",
name: "Arbitrum"
},
{
id: "base",
name: "Base"
},
{
id: "linea",
name: "Linea"
},
{
id: "scroll",
name: "Scroll"
}

@@ -25,0 +65,0 @@ ]

Sorry, the diff of this file is not supported yet