Socket
Socket
Sign inDemoInstall

whatwg-fetch

Package Overview
Dependencies
0
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.3.1

6

dist/fetch.umd.js

@@ -283,5 +283,5 @@ (function (global, factory) {

if (this._bodyArrayBuffer) {
var consumed = consumed(this);
if (consumed) {
return consumed
var isConsumed = consumed(this);
if (isConsumed) {
return isConsumed
}

@@ -288,0 +288,0 @@ if (ArrayBuffer.isView(this._bodyArrayBuffer)) {

@@ -277,5 +277,5 @@ var global = (typeof self !== 'undefined' && self) || (typeof global !== 'undefined' && global)

if (this._bodyArrayBuffer) {
var consumed = consumed(this);
if (consumed) {
return consumed
var isConsumed = consumed(this)
if (isConsumed) {
return isConsumed
}

@@ -282,0 +282,0 @@ if (ArrayBuffer.isView(this._bodyArrayBuffer)) {

{
"name": "whatwg-fetch",
"description": "A window.fetch polyfill.",
"version": "3.3.0",
"version": "3.3.1",
"main": "./dist/fetch.umd.js",

@@ -6,0 +6,0 @@ "module": "./fetch.js",

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