Socket
Socket
Sign inDemoInstall

playwright-core

Package Overview
Dependencies
Maintainers
4
Versions
4525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwright-core - npm Package Compare versions

Comparing version 1.46.0-beta-1722264334000 to 1.46.0-beta-1722335510000

2

lib/server/socksClientCertificatesInterceptor.js

@@ -155,3 +155,3 @@ "use strict";

ALPNProtocols: [internalTLS.alpnProtocol || 'http/1.1'],
...clientCertificatesToTLSOptions(this.socksProxy.clientCertificates, `https://${this.host}:${this.port}`)
...clientCertificatesToTLSOptions(this.socksProxy.clientCertificates, new URL(`https://${this.host}:${this.port}`).origin)
};

@@ -158,0 +158,0 @@ if (!_net.default.isIP(this.host)) tlsOptions.servername = this.host;

{
"name": "playwright-core",
"version": "1.46.0-beta-1722264334000",
"version": "1.46.0-beta-1722335510000",
"description": "A high-level API to automate web browsers",

@@ -5,0 +5,0 @@ "repository": {

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