Comparing version 0.9.2 to 0.9.3
@@ -125,10 +125,8 @@ 'use strict'; | ||
var actionData = merge(action, { | ||
var actionData = merge({ | ||
$timestamp: Date.now(), | ||
$apiKey: Client.config.apiKey, | ||
$secretKey: Client.config.secretKey, | ||
}); | ||
}, requestData, action); | ||
actionData = merge(actionData, requestData); | ||
request.post({ | ||
@@ -135,0 +133,0 @@ uri: Client.config.endpoint + endpoint, |
@@ -21,3 +21,3 @@ 'use strict'; | ||
var IP_HEADERS = ['cf-connecting-ip', 'cf-remote-addr', 'x-forwarded-for']; | ||
var IP_HEADERS = ['cf-connecting-ip', 'x-forwarded-for']; | ||
@@ -24,0 +24,0 @@ function getIP(req) { |
{ | ||
"name": "authbox", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
24129
302