Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

playwright-core

Package Overview
Dependencies
Maintainers
4
Versions
4740
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.48.1-beta-1729768444000 to 1.48.1-beta-1729803910000

lib/vite/traceViewer/assets/codeMirrorModule-Bh1rfd2w.js

6

lib/cli/program.js

@@ -440,3 +440,4 @@ "use strict";

device: options.device,
saveStorage: options.saveStorage
saveStorage: options.saveStorage,
handleSIGINT: false
});

@@ -473,3 +474,4 @@ await openPage(context, url);

testIdAttributeName,
outputFile: outputFile ? _path.default.resolve(outputFile) : undefined
outputFile: outputFile ? _path.default.resolve(outputFile) : undefined,
handleSIGINT: false
});

@@ -476,0 +478,0 @@ await openPage(context, url);

@@ -58,2 +58,3 @@ "use strict";

constructor(codegenMode, context, params) {
this.handleSIGINT = void 0;
this._context = void 0;

@@ -74,2 +75,3 @@ this._mode = void 0;

this._mode = params.mode || 'none';
this.handleSIGINT = params.handleSIGINT;
this._contextRecorder = new _contextRecorder.ContextRecorder(codegenMode, context, params, {});

@@ -76,0 +78,0 @@ this._context = context;

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

useWebSocket: (0, _utils.isUnderTest)(),
handleSIGINT: false,
handleSIGINT: recorder.handleSIGINT,
executablePath: inspectedContext._browser.options.isChromium ? inspectedContext._browser.options.customExecutablePath : undefined

@@ -125,0 +125,0 @@ }

{
"name": "playwright-core",
"version": "1.48.1-beta-1729768444000",
"version": "1.48.1-beta-1729803910000",
"description": "A high-level API to automate web browsers",

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

Sorry, the diff of this file is too big to display

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

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