Socket
Socket
Sign inDemoInstall

@xchainjs/xchain-client

Package Overview
Dependencies
Maintainers
10
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.16.2 to 0.16.3

1

lib/types.d.ts

@@ -183,2 +183,3 @@ import { Address, Asset, BaseAmount } from '@xchainjs/xchain-util';

purgeClient(): void;
getAssetInfo(): AssetInfo;
}

7

package.json
{
"name": "@xchainjs/xchain-client",
"version": "0.16.2",
"version": "0.16.3",
"license": "MIT",

@@ -15,6 +15,5 @@ "main": "lib/index.js",

"scripts": {
"clean": "rimraf --glob ./lib/**",
"clean": "rm -rf .turbo && rm -rf lib",
"build": "yarn clean && rollup -c",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn run build",
"test": "jest --passWithNoTests"

@@ -32,2 +31,2 @@ },

}
}
}

Sorry, the diff of this file is not supported yet

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