Socket
Socket
Sign inDemoInstall

trooba-xhr-transport

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

8

CHANGELOG.md
# 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 ?

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc