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

@coolbitx/blockchain-info

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coolbitx/blockchain-info - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

3

dist/index.d.ts

@@ -42,3 +42,4 @@ export declare enum Network {

ArbitrumSepolia = "Arbitrum Sepolia",
TON = "TON"
TON = "TON",
KASPA = "Kaspa"
}

@@ -45,0 +46,0 @@ export declare function getEvmChainIdByNetwork(network: Network): number;

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

Network["TON"] = "TON";
Network["KASPA"] = "Kaspa";
})(Network = exports.Network || (exports.Network = {}));

@@ -241,2 +242,6 @@ const EvmChainIdList = {

},
KAS: {
name: Network.KASPA,
symbol: 'KAS',
}
};

@@ -243,0 +248,0 @@ var WalletMode;

{
"name": "@coolbitx/blockchain-info",
"version": "0.0.20",
"version": "0.0.21",
"description": "Blockchain Information",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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