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.78 to 2.2.79

4

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

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

"dependencies": {
"@tatumio/api-client": "2.2.78",
"@tatumio/api-client": "2.2.79",
"axios": "^0.26.0",

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

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

AVAX: BlockchainTestData;
OPTIMISM: BlockchainTestData;
};

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

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

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

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

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

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

@@ -33,0 +34,0 @@ util: typeof apiClient.BlockchainUtilsService;

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