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
1065
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.35.0-alpha-jun-2-2023 to 1.35.0-alpha-jun-3-2023

1

lib/vitePlugin.js

@@ -44,3 +44,2 @@ "use strict";

},
babelPlugins: async () => [[require.resolve('./tsxTransform')]],
begin: async suite => {

@@ -47,0 +46,0 @@ var _viteConfig$build, _viteConfig$plugins;

10

package.json
{
"name": "@playwright/experimental-ct-core",
"version": "1.35.0-alpha-jun-2-2023",
"version": "1.35.0-alpha-jun-3-2023",
"description": "Playwright Component Testing Helpers",

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

"engines": {
"node": ">=14"
"node": ">=16"
},

@@ -16,2 +16,6 @@ "author": {

"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./cli": "./cli.js",

@@ -23,3 +27,3 @@ "./lib/mount": "./lib/mount.js",

"vite": "^4.3.3",
"@playwright/test": "1.35.0-alpha-jun-2-2023"
"@playwright/test": "1.35.0-alpha-jun-3-2023"
},

@@ -26,0 +30,0 @@ "bin": {

@@ -49,5 +49,9 @@ /**

playwrightUpdate(rootElement: Element, component: Component): Promise<void>;
__pw_hooks_before_mount?: (<HooksConfig>(params: { hooksConfig?: HooksConfig; } & any) => Promise<any>)[];
__pw_hooks_after_mount?: (<HooksConfig>(params: { hooksConfig?: HooksConfig; } & any) => Promise<void>)[];
__pw_hooks_before_mount?: (<HooksConfig extends JsonObject = JsonObject>(
params: { hooksConfig?: HooksConfig; [key: string]: any }
) => Promise<any>)[];
__pw_hooks_after_mount?: (<HooksConfig extends JsonObject = JsonObject>(
params: { hooksConfig?: HooksConfig; [key: string]: any }
) => Promise<void>)[];
}
}
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