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

@playwright/experimental-ct-react17

Package Overview
Dependencies
Maintainers
4
Versions
1122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.33.0-alpha-1680774768000 to 1.33.0-alpha-1681999635000

2

cli.js

@@ -17,2 +17,2 @@ #!/usr/bin/env node

*/
module.exports = require('playwright-core/cli');
module.exports = require('@playwright/experimental-ct-core/cli');

@@ -17,3 +17,3 @@ /**

import type { JsonObject } from '@playwright/test/types/component';
import type { JsonObject } from '@playwright/experimental-ct-core/types/component';

@@ -20,0 +20,0 @@ export declare function beforeMount<HooksConfig extends JsonObject>(

@@ -26,3 +26,3 @@ /**

} from '@playwright/test';
import type { JsonObject } from '@playwright/test/types/component';
import type { JsonObject } from '@playwright/experimental-ct-core/types/component';
import type { InlineConfig } from 'vite';

@@ -29,0 +29,0 @@

@@ -18,3 +18,3 @@ /**

const { test: baseTest, expect, devices, defineConfig: originalDefineConfig } = require('@playwright/test');
const { fixtures } = require('@playwright/test/lib/mount');
const { fixtures } = require('@playwright/experimental-ct-core/lib/mount');
const path = require('path');

@@ -24,3 +24,3 @@

// Only fetch upon request to avoid resolution in workers.
const { createPlugin } = require('@playwright/test/lib/plugins/vitePlugin');
const { createPlugin } = require('@playwright/experimental-ct-core/lib/vitePlugin');
return createPlugin(

@@ -27,0 +27,0 @@ path.join(__dirname, 'registerSource.mjs'),

{
"name": "@playwright/experimental-ct-react17",
"version": "1.33.0-alpha-1680774768000",
"version": "1.33.0-alpha-1681999635000",
"description": "Playwright Component Testing for React",

@@ -29,5 +29,4 @@ "repository": "github:Microsoft/playwright",

"dependencies": {
"@vitejs/plugin-react": "^3.1.0",
"@playwright/test": "1.33.0-alpha-1680774768000",
"vite": "^4.2.1"
"@playwright/experimental-ct-core": "1.33.0-alpha-1681999635000",
"@vitejs/plugin-react": "^3.1.0"
},

@@ -34,0 +33,0 @@ "bin": {

Sorry, the diff of this file is not supported yet

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