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.10 to 0.0.11

5

dist/index.d.ts

@@ -51,1 +51,6 @@ export declare enum Network {

}
export declare enum AssetType {
COIN = "COIN",
TOKEN = "TOKEN",
NFT = "NFT"
}

8

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WalletMode = exports.CoinMap = exports.getEvmChainIdByNetwork = exports.Network = void 0;
exports.AssetType = exports.WalletMode = exports.CoinMap = exports.getEvmChainIdByNetwork = exports.Network = void 0;
var Network;

@@ -224,1 +224,7 @@ (function (Network) {

})(WalletMode = exports.WalletMode || (exports.WalletMode = {}));
var AssetType;
(function (AssetType) {
AssetType["COIN"] = "COIN";
AssetType["TOKEN"] = "TOKEN";
AssetType["NFT"] = "NFT";
})(AssetType = exports.AssetType || (exports.AssetType = {}));

2

package.json
{
"name": "@coolbitx/blockchain-info",
"version": "0.0.10",
"version": "0.0.11",
"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