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

@web/test-runner-chrome

Package Overview
Dependencies
Maintainers
7
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/test-runner-chrome - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

3

dist/ChromeLauncherPage.js

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

window[name] = (...args) => {
fn.call(window, ...args);
const result = fn.call(window, ...args);
const id = Math.random().toString().substring(2);

@@ -59,2 +59,3 @@ // Make sure that the tab running the test code is brought back to the front.

});
return result;
};

@@ -61,0 +62,0 @@ }

{
"name": "@web/test-runner-chrome",
"version": "0.14.1",
"version": "0.14.2",
"publishConfig": {

@@ -48,3 +48,3 @@ "access": "public"

"dependencies": {
"@web/test-runner-core": "^0.11.2",
"@web/test-runner-core": "^0.11.5",
"@web/test-runner-coverage-v8": "^0.7.0",

@@ -51,0 +51,0 @@ "async-mutex": "0.4.0",

@@ -72,3 +72,3 @@ import { Page, JSCoverageEntry } from 'puppeteer-core';

(window as any)[name] = (...args: unknown[]) => {
fn.call(window, ...args);
const result = fn.call(window, ...args);
const id = Math.random().toString().substring(2);

@@ -80,2 +80,3 @@ // Make sure that the tab running the test code is brought back to the front.

});
return result;
};

@@ -82,0 +83,0 @@ }

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