Socket
Socket
Sign inDemoInstall

@tatumio/shared-testing-common

Package Overview
Dependencies
Maintainers
5
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tatumio/shared-testing-common - npm Package Compare versions

Comparing version 2.2.74 to 2.2.75

4

package.json
{
"name": "@tatumio/shared-testing-common",
"version": "2.2.74",
"version": "2.2.75",
"license": "MIT",

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

"dependencies": {
"@tatumio/api-client": "2.2.74",
"@tatumio/api-client": "2.2.75",
"axios": "^0.26.0",

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

@@ -138,3 +138,2 @@ export declare type BlockchainNetworkTestData = {

AVAX: BlockchainTestData;
OPTIMISM: BlockchainTestData;
};

@@ -141,0 +140,0 @@ export declare function expectHexString(value: string): void;

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

AVAX: eth_test_data_1.ETH_TEST_DATA,
OPTIMISM: eth_test_data_1.ETH_TEST_DATA,
};

@@ -53,0 +52,0 @@ function expectHexString(value) {

@@ -31,3 +31,2 @@ import * as apiClient from '@tatumio/api-client';

solana: typeof apiClient.SolanaService;
optimism: typeof apiClient.OptimismService;
tron: typeof apiClient.TronService;

@@ -63,3 +62,3 @@ util: typeof apiClient.BlockchainUtilsService;

kms: typeof apiClient.KeyManagementSystemService;
data: typeof apiClient.DataApiService;
data: {};
exchangeRate: typeof apiClient.ExchangeRateService;

@@ -66,0 +65,0 @@ tatum: typeof apiClient.ServiceUtilsService;

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