Comparing version 0.3.0 to 0.3.1
@@ -135,4 +135,8 @@ // Generated by CoffeeScript 1.8.0 | ||
Bitfinex.prototype.new_order = function(symbol, amount, price, exchange, side, type, cb) { | ||
Bitfinex.prototype.new_order = function(symbol, amount, price, exchange, side, type, is_hidden, cb) { | ||
var params; | ||
if (typeof is_hidden === 'function') { | ||
cb = is_hidden; | ||
is_hidden = false; | ||
} | ||
params = { | ||
@@ -144,3 +148,4 @@ symbol: symbol, | ||
side: side, | ||
type: type | ||
type: type, | ||
is_hidden: is_hidden | ||
}; | ||
@@ -147,0 +152,0 @@ return this.make_request('order/new', params, cb); |
{ | ||
"name": "bitfinex", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"gypfile": true, | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
10239
247
0