@ossiana/node-libcurl
Advanced tools
Comparing version 1.5.5 to 1.5.10
@@ -266,3 +266,5 @@ "use strict"; | ||
.split("\r\n") | ||
.filter((header) => !header.startsWith("HTTP/") && !!header); | ||
.filter(Boolean) | ||
.filter((header) => !header.startsWith("HTTP/")) | ||
.filter((header) => header.includes(": ")); | ||
return new Headers(lines.map((line) => line.split(": ", 2))); | ||
@@ -269,0 +271,0 @@ } |
{ | ||
"name": "@ossiana/node-libcurl", | ||
"version": "1.5.5", | ||
"version": "1.5.10", | ||
"author": { | ||
@@ -32,7 +32,7 @@ "name": "Ossian" | ||
"optionalDependencies": { | ||
"@ossiana/node-libcurl-darwin-x64": "1.5.5", | ||
"@ossiana/node-libcurl-darwin-arm64": "1.5.5", | ||
"@ossiana/node-libcurl-linux-x64-gnu": "1.5.5", | ||
"@ossiana/node-libcurl-linux-arm64-gnu": "1.5.5", | ||
"@ossiana/node-libcurl-win32-x64-msvc": "1.5.5" | ||
"@ossiana/node-libcurl-darwin-x64": "1.5.10", | ||
"@ossiana/node-libcurl-darwin-arm64": "1.5.10", | ||
"@ossiana/node-libcurl-linux-x64-gnu": "1.5.10", | ||
"@ossiana/node-libcurl-linux-arm64-gnu": "1.5.10", | ||
"@ossiana/node-libcurl-win32-x64-msvc": "1.5.10" | ||
}, | ||
@@ -53,3 +53,3 @@ "main": "./dist/index.js", | ||
}, | ||
"artifacts-version": "v1.0.5" | ||
"artifacts-version": "v1.0.6" | ||
} |
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
114811
1792