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 1.4.1 to 1.4.2

4

dist/branchPreview.js

@@ -27,3 +27,5 @@ import { vitePreview } from './vitePreview.js';

}
const sub = GITHUB_REF_NAME.replace(/\//g, '-').replace('.', '-');
const sub = provider === 'vercel'
? GITHUB_REF_NAME.replace(/\//g, '-').replace('.', '')
: GITHUB_REF_NAME.replace(/\//g, '-').replace('.', '-');
if (sub.length > 28) {

@@ -30,0 +32,0 @@ return fallback;

{
"name": "@jill64/playwright-config",
"description": "🎭 Reusable My Playwright Config",
"version": "1.4.1",
"version": "1.4.2",
"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