New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@crawlee/browser-pool

Package Overview
Dependencies
Maintainers
1
Versions
1303
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crawlee/browser-pool - npm Package Compare versions

Comparing version 3.0.1-beta.0 to 3.0.1-beta.1

2

abstract-classes/browser-plugin.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc