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
1109
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

to
1.34.0-beta-1684375055000

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-9-2023",
"version": "1.34.0-beta-1684375055000",
"description": "Playwright Component Testing Helpers",

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

"vite": "^4.3.3",
"@playwright/test": "1.34.0-alpha-may-9-2023"
"@playwright/test": "1.34.0-beta-1684375055000"
},

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