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.4 to 7.18.1

6

build/index.d.ts

@@ -17,5 +17,5 @@ declare const rules: {

rules: {
'await-expect': import("eslint").Rule.RuleModule;
'no-debug': import("eslint").Rule.RuleModule;
'no-pause': import("eslint").Rule.RuleModule;
'wdio/await-expect': string;
'wdio/no-debug': string;
'wdio/no-pause': string;
};

@@ -22,0 +22,0 @@ };

@@ -26,5 +26,9 @@ "use strict";

},
rules
rules: {
'wdio/await-expect': 'error',
'wdio/no-debug': 'error',
'wdio/no-pause': 'error',
}
}
};
exports.configs = configs;
{
"name": "eslint-plugin-wdio",
"version": "7.17.4",
"version": "7.18.1",
"description": "Eslint rules for WebdriverIO",

@@ -30,3 +30,3 @@ "author": "Christian Bromann <christian@saucelabs.com>",

},
"gitHead": "7243b24766d60a8b4c7d92aec757238c96590172"
"gitHead": "92f073f8d54b51ff7473d2318fcec9927608c7ca"
}

@@ -21,3 +21,7 @@ import awaitExpect from './rules/await-expect'

},
rules
rules : {
'wdio/await-expect' : 'error',
'wdio/no-debug' : 'error',
'wdio/no-pause' : 'error',
}
}

@@ -24,0 +28,0 @@ }

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