@whatwg-node/node-fetch
Advanced tools
Comparing version 0.0.1-alpha-20221225155445-dfcb269 to 0.0.1-alpha-20221225155816-6b54cb4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package