Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@whatwg-node/node-fetch

Package Overview
Dependencies
Maintainers
1
Versions
554
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@whatwg-node/node-fetch - npm Package Compare versions

Comparing version 0.0.1-alpha-20221230080146-72104f6 to 0.0.1-alpha-20221230080207-dec357b

4

index.js

@@ -306,3 +306,3 @@ 'use strict';

}
}
},
});

@@ -338,3 +338,3 @@ }

this.contentLength = null;
const { body, contentType, contentLength, bodyType, } = processBodyInit(bodyInit);
const { body, contentType, contentLength, bodyType } = processBodyInit(bodyInit);
this._body = body;

@@ -341,0 +341,0 @@ this.contentType = contentType;

{
"name": "@whatwg-node/node-fetch",
"version": "0.0.1-alpha-20221230080146-72104f6",
"version": "0.0.1-alpha-20221230080207-dec357b",
"description": "Fetch API implementation for Node",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc