Comparing version 0.2.0 to 0.2.1
@@ -174,2 +174,6 @@ var querystring = require("querystring"); | ||
Bitstamp.prototype.order_status = function (id, callback) { | ||
this._post('order_status', callback, {id: id}); | ||
}; | ||
Bitstamp.prototype.user_transactions = function(options, callback) { | ||
@@ -176,0 +180,0 @@ if(!callback) { |
{ | ||
"name": "bitstamp", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Bitstamp REST API wrapper", | ||
@@ -30,2 +30,2 @@ "keywords": [ | ||
"readmeFilename": "README.md" | ||
} | ||
} |
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
10650
5
224