Socket
Socket
Sign inDemoInstall

eslint-plugin-playwright

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-playwright - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

6

dist/index.d.ts

@@ -29,2 +29,3 @@ import * as eslint from 'eslint';

'no-skipped-test': eslint.Rule.RuleModule;
'no-unsafe-references': eslint.Rule.RuleModule;
'no-useless-await': eslint.Rule.RuleModule;

@@ -80,2 +81,3 @@ 'no-useless-not': eslint.Rule.RuleModule;

'no-skipped-test': eslint.Rule.RuleModule;
'no-unsafe-references': eslint.Rule.RuleModule;
'no-useless-await': eslint.Rule.RuleModule;

@@ -113,2 +115,3 @@ 'no-useless-not': eslint.Rule.RuleModule;

'playwright/no-skipped-test': string;
'playwright/no-unsafe-references': string;
'playwright/no-useless-await': string;

@@ -164,2 +167,3 @@ 'playwright/no-useless-not': string;

'playwright/no-skipped-test': string;
'playwright/no-unsafe-references': string;
'playwright/no-useless-await': string;

@@ -193,2 +197,3 @@ 'playwright/no-useless-not': string;

'playwright/no-skipped-test': string;
'playwright/no-unsafe-references': string;
'playwright/no-useless-await': string;

@@ -221,2 +226,3 @@ 'playwright/no-useless-not': string;

'no-skipped-test': eslint.Rule.RuleModule;
'no-unsafe-references': eslint.Rule.RuleModule;
'no-useless-await': eslint.Rule.RuleModule;

@@ -223,0 +229,0 @@ 'no-useless-not': eslint.Rule.RuleModule;

9

package.json
{
"name": "eslint-plugin-playwright",
"description": "ESLint plugin for Playwright testing.",
"version": "1.0.1",
"version": "1.1.0",
"repository": "https://github.com/playwright-community/eslint-plugin-playwright",

@@ -15,2 +15,5 @@ "author": "Mark Skelton <mark@mskelton.dev>",

],
"engines": {
"node": ">=16.6.0"
},
"types": "./dist/index.d.ts",

@@ -41,2 +44,3 @@ "exports": {

"@mskelton/eslint-config": "^8.4.0",
"@mskelton/semantic-release-config": "^1.0.1",
"@types/eslint": "^8.44.3",

@@ -52,3 +56,4 @@ "@types/estree": "^1.0.2",

"prettier": "^3.0.3",
"semantic-release": "^22.0.5",
"prettier-plugin-jsdoc": "^1.3.0",
"semantic-release": "^23.0.2",
"ts-jest": "^29.1.1",

@@ -55,0 +60,0 @@ "tsup": "^8.0.1",

@@ -134,2 +134,3 @@ # ESLint Plugin Playwright

| ✔ | | | [no-page-pause](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-page-pause.md) | Disallow using `page.pause()` |
| ✔ | 🔧 | | [no-unsafe-references](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-unsafe-references.md) | Prevent unsafe variable references in `page.evaluate()` |
| | 🔧 | | [no-get-by-title](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-get-by-title.md) | Disallow using `getByTitle()` |

@@ -136,0 +137,0 @@ | | | | [no-raw-locators](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-raw-locators.md) | Disallow using raw locators |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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