Comparing version 1.0.2 to 1.0.3
// Generated by CoffeeScript 1.8.0 | ||
(function() { | ||
var Bitfinex, crypto, request; | ||
var Bitfinex, crypto, qs, request; | ||
@@ -11,2 +11,4 @@ process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"; | ||
qs = require('querystring'); | ||
module.exports = Bitfinex = (function() { | ||
@@ -312,3 +314,3 @@ function Bitfinex(key, secret) { | ||
params = { | ||
order_id: offer_id | ||
offer_id: offer_id | ||
}; | ||
@@ -315,0 +317,0 @@ return this.make_request('offer/cancel', params, cb); |
{ | ||
"name": "bitfinex", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"gypfile": true, | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
13602
354