@crawlee/browser-pool
Advanced tools
Comparing version 3.0.1-beta.0 to 3.0.1-beta.1
@@ -65,3 +65,3 @@ "use strict"; | ||
this.launchOptions = launchOptions; | ||
this.proxyUrl = proxyUrl && new URL(proxyUrl).href; | ||
this.proxyUrl = proxyUrl && new URL(proxyUrl).href.slice(0, -1); | ||
this.userDataDir = userDataDir; | ||
@@ -68,0 +68,0 @@ this.useIncognitoPages = useIncognitoPages; |
@@ -13,3 +13,3 @@ "use strict"; | ||
if (url.username || url.password) { | ||
const anonymized = await (0, proxy_chain_1.anonymizeProxy)(url.href); | ||
const anonymized = await (0, proxy_chain_1.anonymizeProxy)(url.href.slice(0, -1)); | ||
return [ | ||
@@ -16,0 +16,0 @@ anonymized, |
{ | ||
"name": "@crawlee/browser-pool", | ||
"version": "3.0.1-beta.0", | ||
"version": "3.0.1-beta.1", | ||
"description": "Rotate multiple browsers using popular automation libraries such as Playwright or Puppeteer.", | ||
@@ -41,3 +41,3 @@ "engines": { | ||
"@apify/timeout": "^0.3.0", | ||
"@crawlee/types": "^3.0.1-beta.0", | ||
"@crawlee/types": "^3.0.1-beta.1", | ||
"fingerprint-generator": "^2.0.0-dev.5", | ||
@@ -44,0 +44,0 @@ "fingerprint-injector": "^2.0.0-dev.5", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
307307
+ Added@types/node@22.13.4(transitive)
+ Addedelectron-to-chromium@1.5.100(transitive)
- Removed@types/node@22.13.2(transitive)
- Removedelectron-to-chromium@1.5.98(transitive)
Updated@crawlee/types@^3.0.1-beta.1