Socket
Socket
Sign inDemoInstall

@jill64/playwright-config

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/playwright-config - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

12

dist/branchPreview.d.ts

@@ -5,6 +5,18 @@ import { Config } from '@playwright/test';

export declare const branchPreview: (options?: {
/**
* Using Hosting Provider
* @default process.env.HOSTING_PROVIDER
*/
provider?: Provider;
/**
* Project name
* @default process.env.GITHUB_REPOSITORY?.split('/')?.[1]
*/
project?: string;
/**
* Fallback config
* @default vitePreview
*/
fallback?: Config;
}) => Config;
export {};

2

package.json
{
"name": "@jill64/playwright-config",
"description": "🎭 Reusable My Playwright Config",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

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