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.71 to 2.2.72

4

package.json
{
"name": "@tatumio/shared-testing-common",
"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",

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

BASE: BlockchainTestData;
AVAX: BlockchainTestData;
};

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

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

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

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

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

ada: typeof apiClient.CardanoService;
avalanche: typeof apiClient.AvalancheService;
algo: typeof apiClient.AlgorandService;

@@ -13,0 +14,0 @@ base: typeof apiClient.BaseService;

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