Socket
Socket
Sign inDemoInstall

@tatumio/shared-core

Package Overview
Dependencies
Maintainers
5
Versions
337
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tatumio/shared-core - npm Package Compare versions

Comparing version 2.2.71 to 2.2.72

4

package.json
{
"name": "@tatumio/shared-core",
"version": "2.2.71",
"version": "2.2.72",
"license": "MIT",

@@ -8,3 +8,3 @@ "main": "./src/index.js",

"dependencies": {
"@tatumio/api-client": "2.2.71",
"@tatumio/api-client": "2.2.72",
"axios": "^0.26.0",

@@ -11,0 +11,0 @@ "form-data": "^4.0.0",

@@ -35,3 +35,3 @@ export declare enum Blockchain {

export declare const BtcBasedBlockchains: readonly [Blockchain.BTC, Blockchain.LTC, Blockchain.DOGE, Blockchain.BCH];
export declare type BtcBasedBlockchain = (typeof BtcBasedBlockchains)[number];
export declare type EvmBasedBlockchain = Blockchain.ETH | Blockchain.CELO | Blockchain.BSC | Blockchain.HARMONY | Blockchain.POLYGON | Blockchain.KCS | Blockchain.KLAY | Blockchain.XDC | Blockchain.EON | Blockchain.CHILIZ | Blockchain.FLR | Blockchain.CRO | Blockchain.BASE;
export declare type BtcBasedBlockchain = typeof BtcBasedBlockchains[number];
export declare type EvmBasedBlockchain = Blockchain.ETH | Blockchain.CELO | Blockchain.BSC | Blockchain.HARMONY | Blockchain.POLYGON | Blockchain.KCS | Blockchain.KLAY | Blockchain.XDC | Blockchain.EON | Blockchain.CHILIZ | Blockchain.FLR | Blockchain.CRO | Blockchain.BASE | Blockchain.AVAX;

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

Blockchain.BASE,
Blockchain.AVAX,
];

@@ -50,0 +51,0 @@ // @TODO tmp solution

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