Socket
Socket
Sign inDemoInstall

@xchainjs/xchain-util

Package Overview
Dependencies
Maintainers
10
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchainjs/xchain-util - npm Package Compare versions

Comparing version 0.13.3 to 0.13.4

16

package.json
{
"name": "@xchainjs/xchain-util",
"version": "0.13.3",
"version": "0.13.4",
"description": "Helper utilities for XChain clients",

@@ -27,17 +27,13 @@ "keywords": [

"scripts": {
"clean": "rimraf --glob ./lib/**",
"clean": "rm -rf .turbo && rm -rf lib",
"build": "yarn clean && rollup -c",
"test": "jest",
"lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0",
"prepublishOnly": "yarn build"
"lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0"
},
"peerDependencies": {
"bignumber.js": "9.x"
"dependencies": {
"bignumber.js": "9.0.0"
},
"devDependencies": {
"bignumber.js": "^9.0.0"
},
"publishConfig": {
"access": "public"
}
}
}
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