Comparing version 0.5.30 to 0.5.31
@@ -120,2 +120,6 @@ /** | ||
if (config.withCredentials) { | ||
cfg.withCredentials = config.withCredentials; | ||
} | ||
// tmp stores transient state data, such as retry count | ||
@@ -144,2 +148,3 @@ if (config.tmp) { | ||
useXDR: config.useXDR, | ||
withCredentials: config.withCredentials, | ||
on : { | ||
@@ -174,3 +179,4 @@ success : function (err, response) { | ||
body: options.data, | ||
useXDR: options.cors | ||
useXDR: options.cors, | ||
withCredentials: options.withCredentials | ||
}, function (err, resp, body) { | ||
@@ -177,0 +183,0 @@ var status = resp.statusCode; |
{ | ||
"name": "fetchr", | ||
"version": "0.5.30", | ||
"version": "0.5.31", | ||
"description": "Fetchr augments Flux applications by allowing Flux stores to be used on server and client to fetch data", | ||
@@ -5,0 +5,0 @@ "main": "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
101841
19
1296