Socket
Socket
Sign inDemoInstall

@tatumio/shared-testing-common

Package Overview
Dependencies
Maintainers
3
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.0.1-alpha.284 to 2.0.1-alpha.286

4

package.json
{
"name": "@tatumio/shared-testing-common",
"version": "2.0.1-alpha.284",
"version": "2.0.1-alpha.286",
"license": "MIT",

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

"dependencies": {
"@tatumio/api-client": "2.0.1-alpha.284",
"@tatumio/api-client": "2.0.1-alpha.286",
"axios": "^0.26.0",

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

@@ -72,10 +72,2 @@ export declare type BlockchainNetworkTestData = {

};
TERRA: {
BLOCK_NUMBER: number;
ADDRESS: string;
SECRET: string;
TX_HASH: string;
ADDRESS_REGEX: RegExp;
SECRET_REGEX: RegExp;
};
XLM: {

@@ -82,0 +74,0 @@ BLOCK_HASH: string;

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

const algo_test_data_1 = require("./test-data/algo.test-data");
const terra_test_data_1 = require("./test-data/terra.test-data");
const egld_test_data_1 = require("./test-data/egld.test-data");

@@ -39,3 +38,2 @@ exports.TEST_DATA = {

XRP: xrp_test_data_1.XRP_TEST_DATA,
TERRA: terra_test_data_1.TERRA_TEST_DATA,
XLM: xlm_test_data_1.XLM_TEST_DATA,

@@ -42,0 +40,0 @@ SCRYPTA: scrypta_test_data_1.SCRYPTA_TEST_DATA,

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

vechain: typeof apiClient.VeChainService;
terra: typeof apiClient.TerraService;
xdc: typeof apiClient.XinFinService;

@@ -35,0 +34,0 @@ xlm: typeof apiClient.StellarService;

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