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

create-playwright

Package Overview
Dependencies
Maintainers
3
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-playwright - npm Package Compare versions

Comparing version 1.17.120 to 1.17.122

2

assets/example.spec.js

@@ -11,3 +11,3 @@ // @ts-check

// create a locator
const getStarted = page.locator('text=Get Started');
const getStarted = page.getByText('Get Started');

@@ -14,0 +14,0 @@ // Expect an attribute "to be strictly equal" to the value.

@@ -10,3 +10,3 @@ import { test, expect } from '@playwright/test';

// create a locator
const getStarted = page.locator('text=Get Started');
const getStarted = page.getByText('Get Started');

@@ -13,0 +13,0 @@ // Expect an attribute "to be strictly equal" to the value.

{
"name": "create-playwright",
"version": "1.17.120",
"version": "1.17.122",
"description": "Getting started with writing end-to-end tests with Playwright.",

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

"devDependencies": {
"@playwright/test": "^1.22.0",
"@playwright/test": "^1.27.0",
"@types/node": "^16.11.11",

@@ -28,0 +28,0 @@ "ansi-colors": "^4.1.1",

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