@crawlee/http
Advanced tools
Comparing version 3.11.5-beta.8 to 3.11.5-beta.9
@@ -670,5 +670,7 @@ "use strict"; | ||
// @ts-expect-error | ||
Object.assign(stream.rawTrailers, response.rawTrailers); | ||
if (stream.rawTrailers) | ||
Object.assign(stream.rawTrailers, response.rawTrailers); | ||
// @ts-expect-error | ||
Object.assign(stream.trailers, response.trailers); | ||
if (stream.trailers) | ||
Object.assign(stream.trailers, response.trailers); | ||
// @ts-expect-error | ||
@@ -675,0 +677,0 @@ stream.complete = response.complete; |
{ | ||
"name": "@crawlee/http", | ||
"version": "3.11.5-beta.8", | ||
"version": "3.11.5-beta.9", | ||
"description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.", | ||
@@ -58,5 +58,5 @@ "engines": { | ||
"@apify/utilities": "^2.7.10", | ||
"@crawlee/basic": "3.11.5-beta.8", | ||
"@crawlee/types": "3.11.5-beta.8", | ||
"@crawlee/utils": "3.11.5-beta.8", | ||
"@crawlee/basic": "3.11.5-beta.9", | ||
"@crawlee/types": "3.11.5-beta.9", | ||
"@crawlee/utils": "3.11.5-beta.9", | ||
"@types/content-type": "^1.1.5", | ||
@@ -79,3 +79,3 @@ "cheerio": "1.0.0-rc.12", | ||
}, | ||
"gitHead": "1befd52a56cc1533b9bbe32284f5f8a7b1384cca" | ||
"gitHead": "416c1c9edfdf8d4f0165a9b9f87bd4a5cb1dd0ca" | ||
} |
Sorry, the diff of this file is not supported yet
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
283820
1628
+ Added@crawlee/basic@3.11.5-beta.9(transitive)
+ Added@crawlee/core@3.11.5-beta.9(transitive)
+ Added@crawlee/memory-storage@3.11.5-beta.9(transitive)
+ Added@crawlee/types@3.11.5-beta.9(transitive)
+ Added@crawlee/utils@3.11.5-beta.9(transitive)
- Removed@crawlee/basic@3.11.5-beta.8(transitive)
- Removed@crawlee/core@3.11.5-beta.8(transitive)
- Removed@crawlee/memory-storage@3.11.5-beta.8(transitive)
- Removed@crawlee/types@3.11.5-beta.8(transitive)
- Removed@crawlee/utils@3.11.5-beta.8(transitive)
Updated@crawlee/basic@3.11.5-beta.9
Updated@crawlee/types@3.11.5-beta.9
Updated@crawlee/utils@3.11.5-beta.9