Socket
Socket
Sign inDemoInstall

gulp-protractor-qa

Package Overview
Dependencies
103
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.13 to 0.1.14

2

index.js

@@ -231,3 +231,3 @@ var gutil = require('gulp-util');

globals.searchProtractorDotByContents(globals.testFiles, function beforeViewMatches(){
gutil.log( chalk.gray( " // " + globals.ptorFindElements.foundList.length + " out of " + globals.totalNumOfElements + " element selectors are been watched" ) );
gutil.log( '[' + chalk.cyan(PLUGIN_NAME) + '] ' + chalk.gray( "// " + globals.ptorFindElements.foundList.length + " out of " + globals.totalNumOfElements + " element selectors are been watched" ) );
});

@@ -234,0 +234,0 @@ });

{
"name": "gulp-protractor-qa",
"version": "0.1.13",
"version": "0.1.14",
"description": "Gulp Protractor QA warns you on the fly whether all element() selectors could be found or not within your AngularJS view files.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -66,3 +66,3 @@ # [gulp](http://gulpjs.com)-protractor-qa

- **0.1.13** showing "`<number>` out of `<total>` element selectors are been watched" in the log;
- **0.1.14** showing "`<number>` out of `<total>` element selectors are been watched" in the log;

@@ -69,0 +69,0 @@ - **0.1.12** bug fix related to `gaze` version;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc