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-20221225155445-dfcb269 to 0.0.1-alpha-20221225155816-6b54cb4

2

index.js

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

headers: {
"Content-Type": "application/json",
'Content-Type': 'application/json',
...init === null || init === void 0 ? void 0 : init.headers,

@@ -582,0 +582,0 @@ },

{
"name": "@whatwg-node/node-fetch",
"version": "0.0.1-alpha-20221225155445-dfcb269",
"version": "0.0.1-alpha-20221225155816-6b54cb4",
"description": "Fetch API implementation for Node",

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

@@ -9,3 +9,3 @@ /// <reference types="node" />

getReader(options: {
mode: "byob";
mode: 'byob';
}): ReadableStreamBYOBReader;

@@ -12,0 +12,0 @@ getReader(): ReadableStreamDefaultReader<T>;

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