Socket
Socket
Sign inDemoInstall

node-fetch

Package Overview
Dependencies
0
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

4

CHANGELOG.md

@@ -8,2 +8,6 @@

## v2.1.1
Fix packaging errors in v2.1.0.
## v2.1.0

@@ -10,0 +14,0 @@

1

lib/index.es.js

@@ -1075,3 +1075,2 @@ // Based on https://github.com/tmpvar/jsdom/blob/aa85b2abf07766ff7bf5c1f6daafb3726f2f2db5/lib/jsdom/living/blob.js

clone() {
return new Response(clone(this), {

@@ -1078,0 +1077,0 @@ url: this.url,

@@ -1079,3 +1079,2 @@ 'use strict';

clone() {
return new Response(clone(this), {

@@ -1082,0 +1081,0 @@ url: this.url,

{
"name": "node-fetch",
"version": "2.1.0",
"version": "2.1.1",
"description": "A light-weight module that brings window.fetch to node.js",

@@ -5,0 +5,0 @@ "main": "lib/index.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