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

@playwright/experimental-ct-core

Package Overview
Dependencies
Maintainers
4
Versions
1021
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-may-1-2023 to 1.34.0-alpha-may-10-2023

4

lib/tsxTransform.js

@@ -142,5 +142,5 @@ "use strict";

// Support following notations for Button.tsx:
// - import { Button } from './Button.js' - via js2ts, it handles tsx too
// - import { Button } from './Button.js' - via resolveImportSpecifierExtension
// - import { Button } from './Button' - via require.resolve
const importPath = isModuleOrAlias ? importSource : (0, _util.js2ts)(unresolvedImportPath) || require.resolve(unresolvedImportPath);
const importPath = isModuleOrAlias ? importSource : (0, _util.resolveImportSpecifierExtension)(unresolvedImportPath) || require.resolve(unresolvedImportPath);
const prefix = importPath.replace(/[^\w_\d]/g, '_');

@@ -147,0 +147,0 @@ const pathInfo = {

{
"name": "@playwright/experimental-ct-core",
"version": "1.34.0-alpha-may-1-2023",
"version": "1.34.0-alpha-may-10-2023",
"description": "Playwright Component Testing Helpers",

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

"dependencies": {
"vite": "^4.2.1",
"@playwright/test": "1.34.0-alpha-may-1-2023"
"vite": "^4.3.3",
"@playwright/test": "1.34.0-alpha-may-10-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