@waves/assets-pairs-order
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "@waves/assets-pairs-order", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"main": "dist/index.js", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wavesplatform/assets-pairs-order" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c rollup.dev.config.js", | ||
"build:prod": "rollup -c rollup.prod.config.js", | ||
"build:cjs": "rollup -c rollup.cjs.js", | ||
"build:cjs:prod": "rollup -c rollup.prod.cjs.js", | ||
"build:umd": "rollup -c rollup.umd.js", | ||
"build:umd:prod": "rollup -c rollup.prod.umd.js", | ||
"test": "jest", | ||
"prepublish": "yarn build:prod" | ||
"prepublish": "yarn test && yarn build:cjs:prod && yarn build:umd:prod" | ||
}, | ||
@@ -19,4 +25,6 @@ "devDependencies": { | ||
"regenerator-runtime": "^0.11.1", | ||
"rollup": "^0.58.0", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"rollup-plugin-babel-minify": "^4.0.0", | ||
"rollup-plugin-cleanup": "^2.0.1", | ||
"rollup-plugin-commonjs": "^9.1.0", | ||
@@ -23,0 +31,0 @@ "rollup-plugin-json": "^2.3.0", |
# Utility for ordering pair of assets in (amount_asset, price_asset) | ||
![Build Status](https://api.travis-ci.org/wavesplatform/assets-pairs-order.svg?branch=master) | ||
## Accepts: | ||
@@ -34,4 +34,4 @@ ```javascript | ||
[ | ||
'DNhP2zAH5HM1kdUSmxcBqs8RP4vvUgRFc1YgAKkfPmPD', | ||
'FxSm86qcEw8wGfpX3T7X5fsnuK5XxYA6ZfVYJja29vMA', | ||
'DNhP2zAH5HM1kdUSmxcBqs8RP4vvUgRFc1YgAKkfPmPD', | ||
] | ||
@@ -50,8 +50,8 @@ ] | ||
[ | ||
'DNhP2zAH5HM1kdUSmxcBqs8RP4vvUgRFc1YgAKkfPmPD', | ||
'FxSm86qcEw8wGfpX3T7X5fsnuK5XxYA6ZfVYJja29vMA', | ||
'DNhP2zAH5HM1kdUSmxcBqs8RP4vvUgRFc1YgAKkfPmPD', | ||
], | ||
[ | ||
'DNhP2zAH5HM1kdUSmxcBqs8RP4vvUgRFc1YgAKkfPmPD', | ||
'FxSm86qcEw8wGfpX3T7X5fsnuK5XxYA6ZfVYJja29vMA', | ||
'DNhP2zAH5HM1kdUSmxcBqs8RP4vvUgRFc1YgAKkfPmPD', | ||
] | ||
@@ -70,4 +70,4 @@ ] | ||
[ | ||
'1', | ||
'2', | ||
'1', | ||
] | ||
@@ -74,0 +74,0 @@ ] |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
218917
8
250
0
14