trooba-xhr-transport
Advanced tools
Comparing version 2.0.0 to 2.0.1
# ChangeLog | ||
## Next version | ||
## v2.0.1 | ||
Fixed: Should allow different origin when allow origin is * | ||
## v2.0.0 | ||
Upgraded to trooba@2.x, compatible, no release needed | ||
## v2.0.0 | ||
Upgraded to trooba@1.x |
@@ -91,2 +91,3 @@ /*jslint browser: true*/ | ||
headers: headers, | ||
withCredentials: options.withCredentials, | ||
data: typeof options.body === 'string' ? | ||
@@ -93,0 +94,0 @@ options.body : options.body !== undefined ? |
{ | ||
"name": "trooba-xhr-transport", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "AJAX/XHR transport for trooba pipeline", | ||
@@ -44,3 +44,3 @@ "main": "index.js", | ||
"supertest": "^2.0.1", | ||
"trooba": "^1", | ||
"trooba": "^2", | ||
"zombie": "^5.0.4" | ||
@@ -47,0 +47,0 @@ }, |
@@ -34,3 +34,4 @@ # trooba-xhr-transport | ||
}) | ||
.build('client:default') | ||
.build() | ||
.create('client:default') | ||
.get({ | ||
@@ -37,0 +38,0 @@ q: 'nike' |
Sorry, the diff of this file is not supported yet
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
20892
163
47