Comparing version 1.4.2 to 1.4.3
@@ -82,3 +82,3 @@ "use strict"; | ||
api.sign_params = function(params) { | ||
params.api_ts = Math.round((new Date()).getTime() / 1000); | ||
params.api_ts = params.api_ts || Math.round((new Date()).getTime() / 1000); | ||
params.api_key = this.server.api_key; | ||
@@ -85,0 +85,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "YellowBot API wrapper", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"homepage": "https://github.com/solfo/node-yellowbot", | ||
@@ -8,0 +8,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
13836