New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@playwright/experimental-ct-core

Package Overview
Dependencies
Maintainers
4
Versions
1080
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@playwright/experimental-ct-core - npm Package Compare versions

Comparing version 1.34.0-alpha-apr-28-2023 to 1.34.0-alpha-apr-29-2023

6

lib/vitePlugin.js

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

begin: async suite => {
var _viteConfig$build;
var _viteConfig$build, _viteConfig$plugins;
const use = config.projects[0].use;

@@ -116,3 +116,5 @@ const port = use.ctPort || 3100;

// Build config unconditionally, either build or build & preview will use it.
viteConfig.plugins = viteConfig.plugins || [await frameworkPluginFactory()];
(_viteConfig$plugins = viteConfig.plugins) !== null && _viteConfig$plugins !== void 0 ? _viteConfig$plugins : viteConfig.plugins = [];
if (frameworkPluginFactory && !viteConfig.plugins.length) viteConfig.plugins = [await frameworkPluginFactory()];
// But only add out own plugin when we actually build / transform.

@@ -119,0 +121,0 @@ if (sourcesDirty) viteConfig.plugins.push(vitePlugin(registerSource, relativeTemplateDir, buildInfo, componentRegistry));

{
"name": "@playwright/experimental-ct-core",
"version": "1.34.0-alpha-apr-28-2023",
"version": "1.34.0-alpha-apr-29-2023",
"description": "Playwright Component Testing Helpers",

@@ -21,3 +21,3 @@ "repository": "github:Microsoft/playwright",

"vite": "^4.2.1",
"@playwright/test": "1.34.0-alpha-apr-28-2023"
"@playwright/test": "1.34.0-alpha-apr-29-2023"
},

@@ -24,0 +24,0 @@ "bin": {

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