Socket
Socket
Sign inDemoInstall

protractor-smartrunner

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protractor-smartrunner - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

11

lib/smartrunner.js

@@ -22,6 +22,9 @@ "use strict";

if (!cliGrepped && fs.existsSync(filePath)) {
return {
grep: Object.keys(require(filePath)).join('|'),
invertGrep: true
};
const exclusions = Object.keys(require(filePath));
if (exclusions.length) {
return {
grep: exclusions.join('|'),
invertGrep: true
};
}
}

@@ -28,0 +31,0 @@ return {};

{
"name": "protractor-smartrunner",
"version": "0.1.0",
"version": "0.1.1",
"description": "Protractor utility for keeping track of passed/failed tests between runs. Works together with protractor-retry.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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