@whatwg-node/node-fetch
Advanced tools
Comparing version 0.0.1-alpha-20221230080146-72104f6 to 0.0.1-alpha-20221230080207-dec357b
@@ -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
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