Comparing version 3.0.0 to 3.0.1
@@ -89,3 +89,3 @@ "use strict"; | ||
'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', | ||
'Content-Length': String(serialized.length) | ||
'Content-Length': String(Buffer.byteLength(serialized, 'utf8')) | ||
} | ||
@@ -99,3 +99,3 @@ }; | ||
'Content-Type': 'text/plain; charset=utf-8', | ||
'Content-Length': String(body.length) | ||
'Content-Length': String(Buffer.byteLength(body, 'utf8')), | ||
} | ||
@@ -102,0 +102,0 @@ }; |
{ | ||
"name": "got-fetch", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A fetch-compatible interface to the got HTTP client", |
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
18707
16
356