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
1
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.17 to 0.0.18

3

dist/index.d.ts

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

Dogecoin = "Dogecoin",
ArbitrumSepolia = "Arbitrum Sepolia"
ArbitrumSepolia = "Arbitrum Sepolia",
TON = "TON"
}

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

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

Network["ArbitrumSepolia"] = "Arbitrum Sepolia";
Network["TON"] = "TON";
})(Network = exports.Network || (exports.Network = {}));

@@ -236,2 +237,6 @@ const EvmChainIdList = {

},
TON: {
name: Network.TON,
symbol: 'TON',
},
};

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

{
"name": "@coolbitx/blockchain-info",
"version": "0.0.17",
"version": "0.0.18",
"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