Comparing version 0.4.1 to 1.0.0
@@ -263,17 +263,3 @@ // Generated by CoffeeScript 1.8.0 | ||
Bitfinex.prototype.past_trades = function(symbol, timestamp, limit_trades, cb) { | ||
var params; | ||
params = { | ||
symbol: symbol, | ||
timestamp: timestamp | ||
}; | ||
if (typeof limit_trades === 'function') { | ||
cb = limit_trades; | ||
} else { | ||
params['limit_trades'] = limit_trades; | ||
} | ||
return this.make_request('mytrades', params, cb); | ||
}; | ||
Bitfinex.prototype.mytrades = function(symbol, options, cb) { | ||
Bitfinex.prototype.past_trades = function(symbol, options, cb) { | ||
var err, option, params, value; | ||
@@ -280,0 +266,0 @@ params = { |
{ | ||
"name": "bitfinex", | ||
"version": "0.4.1", | ||
"version": "1.0.0", | ||
"gypfile": true, | ||
@@ -26,4 +26,3 @@ "scripts": { | ||
"dependencies": { | ||
"request": "~2.30.0", | ||
"crypto": "~0.0.3" | ||
"request": "~2.30.0" | ||
}, | ||
@@ -30,0 +29,0 @@ "repository": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1
12501
316
- Removedcrypto@~0.0.3
- Removedcrypto@0.0.3(transitive)