Socket
Socket
Sign inDemoInstall

@web/test-runner-playwright

Package Overview
Dependencies
193
Maintainers
7
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.4 to 0.8.5

6

CHANGELOG.md
# @web/test-runner-playwright
## 0.8.5
### Patch Changes
- a6a018da: fix type references
## 0.8.4

@@ -4,0 +10,0 @@

3

dist/index.d.ts
import { LaunchOptions, devices } from 'playwright';
import * as playwright from 'playwright';
import { PlaywrightLauncher, ProductType, CreateBrowserContextFn, CreatePageFn } from './PlaywrightLauncher';
export { ProductType };
export { ProductType, playwright };
export interface PlaywrightLauncherArgs {

@@ -5,0 +6,0 @@ product?: ProductType;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.playwrightLauncher = exports.devices = exports.PlaywrightLauncher = void 0;
exports.playwrightLauncher = exports.devices = exports.PlaywrightLauncher = exports.playwright = void 0;
const playwright_1 = require("playwright");
Object.defineProperty(exports, "devices", { enumerable: true, get: function () { return playwright_1.devices; } });
const playwright = __importStar(require("playwright"));
exports.playwright = playwright;
const PlaywrightLauncher_1 = require("./PlaywrightLauncher");

@@ -7,0 +28,0 @@ Object.defineProperty(exports, "PlaywrightLauncher", { enumerable: true, get: function () { return PlaywrightLauncher_1.PlaywrightLauncher; } });

{
"name": "@web/test-runner-playwright",
"version": "0.8.4",
"version": "0.8.5",
"publishConfig": {

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

"@web/test-runner-coverage-v8": "^0.4.5",
"playwright": "^1.7.1"
"playwright": "^1.8.1"
},

@@ -53,0 +53,0 @@ "devDependencies": {

import { LaunchOptions, devices } from 'playwright';
import * as playwright from 'playwright';
import {

@@ -11,3 +12,3 @@ PlaywrightLauncher,

export { ProductType };
export { ProductType, playwright };

@@ -14,0 +15,0 @@ export interface PlaywrightLauncherArgs {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc