Socket
Socket
Sign inDemoInstall

whatwg-fetch

Package Overview
Dependencies
0
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.1 to 0.8.2

7

fetch.js

@@ -281,5 +281,2 @@ (function() {

var xhr = new XMLHttpRequest()
if (request.credentials === 'cors') {
xhr.withCredentials = true;
}

@@ -321,2 +318,6 @@ function responseURL() {

if (request.credentials === 'include') {
xhr.withCredentials = true
}
if ('responseType' in xhr && support.blob) {

@@ -323,0 +324,0 @@ xhr.responseType = 'blob'

{
"name": "whatwg-fetch",
"version": "0.8.1",
"version": "0.8.2",
"main": "fetch.js",

@@ -5,0 +5,0 @@ "repository": "github/fetch",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc