Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@playwright/experimental-ct-react

Package Overview
Dependencies
Maintainers
4
Versions
1673
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.23.0-alpha-1653446608000 to 1.23.0-alpha-jun-1-2022

14

package.json
{
"name": "@playwright/experimental-ct-react",
"version": "1.23.0-alpha-1653446608000",
"version": "1.23.0-alpha-jun-1-2022",
"description": "Playwright Component Testing for React",

@@ -15,10 +15,16 @@ "repository": "github:Microsoft/playwright",

"exports": {
"./register": "./register.mjs",
".": "./index.js"
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./register": {
"types": "./register.d.ts",
"default": "./register.mjs"
}
},
"dependencies": {
"@vitejs/plugin-react": "^1.0.7",
"@playwright/test": "1.23.0-alpha-1653446608000",
"@playwright/test": "1.23.0-alpha-jun-1-2022",
"vite": "^2.9.5"
}
}
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