New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-wdio

Package Overview
Dependencies
Maintainers
5
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-wdio - npm Package Compare versions

Comparing version 7.17.1 to 7.17.2

6

package.json
{
"name": "eslint-plugin-wdio",
"version": "7.17.1",
"version": "7.17.2",
"description": "Eslint rules for WebdriverIO",

@@ -26,7 +26,7 @@ "author": "Christian Bromann <christian@saucelabs.com>",

},
"devDependencies": {
"dependencies": {
"expect-webdriverio": "^3.1.4",
"glob": "^7.2.0"
},
"gitHead": "f3c98139ae93aaafc2421980a26dbb382e971af4"
"gitHead": "1609829c200c712def8c64b50012695af2fd28c9"
}

@@ -9,11 +9,11 @@ # eslint-plugin-wdio

```sh
npm i eslint --save-dev
```
$ npm i eslint --save-dev
```
Next, install `eslint-plugin-wdio`:
```sh
npm install eslint-plugin-wdio --save-dev
```
$ npm install eslint-plugin-wdio --save-dev
```

@@ -27,3 +27,4 @@ **Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-wdio` globally.

To enable this configuration use the extends property in your .eslintrc config file:
```
```json
{

@@ -30,0 +31,0 @@ "plugins": [

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