Socket
Socket
Sign inDemoInstall

@xchainjs/xchain-client

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchainjs/xchain-client - npm Package Compare versions

Comparing version 0.0.7 to 0.1.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# v.0.1.0 (2020-11-12)
### Breaking Change
- Remove 'transfer' | 'freeze' from `type TxType`
# v.0.0.7 (2020-11-09)

@@ -2,0 +8,0 @@

2

lib/index.js

@@ -10,3 +10,3 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -7,6 +7,5 @@ import { Asset, BaseAmount } from '@xchainjs/xchain-util';

amount: BaseAmount;
frozenAmount?: BaseAmount;
};
export declare type Balances = Balance[];
export declare type TxType = 'transfer' | 'freeze' | 'unfreeze' | 'unknown';
export declare type TxType = 'transfer' | 'unknown';
export declare type TxHash = string;

@@ -13,0 +12,0 @@ export declare type TxTo = {

{
"name": "@xchainjs/xchain-client",
"version": "0.0.7",
"version": "0.1.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "lib/index",

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