node.liqui.io
Advanced tools
Comparing version 1.1.0 to 1.2.0
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## 1.2.0 - 2017-07-22 | ||
Fixes sell param. Thanks @devboxr. | ||
## 1.1.0 - 2017-07-22 | ||
@@ -5,0 +8,0 @@ Adds optional parameter `limit` to fetching depth. Thanks @passabilities. |
@@ -148,3 +148,3 @@ 'use strict'; | ||
sell(pair, rate, amount){ | ||
sell(params){ | ||
if (!params || !params.pair || !params.rate || !params.amount){ | ||
@@ -151,0 +151,0 @@ return Promise.reject('Pair, rate, and amount are required'); |
{ | ||
"name": "node.liqui.io", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Node JS wrapper for the liqui.io crypto-currency exchange.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
64974