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.52 to 2.2.53

4

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

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

"dependencies": {
"@tatumio/api-client": "2.2.52",
"@tatumio/api-client": "2.2.53",
"axios": "^0.26.0",

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

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

FLR: BlockchainTestData;
CRO: BlockchainTestData;
};

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

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

FLR: eth_test_data_1.ETH_TEST_DATA,
CRO: eth_test_data_1.ETH_TEST_DATA,
};

@@ -49,0 +50,0 @@ function expectHexString(value) {

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

celo: typeof apiClient.CeloService;
cronos: typeof apiClient.CronosService;
doge: typeof apiClient.DogecoinService;

@@ -19,0 +20,0 @@ elgo: typeof apiClient.ElrondService;

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