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.18 to 0.1.19

4

lib/util.js

@@ -15,3 +15,3 @@ var utilConfig = {

type : "cssAttr",
match : /[b|B]y\.css\(['|"]\[(.+=.+)\]['|"]\)/gi
match : /[b|B]y\.css\(\s*['|"]\[(.+=.+)\]['|"]\s*\)/gi
},

@@ -35,2 +35,2 @@ {

module.exports = utilConfig;
module.exports = utilConfig;
{
"name": "gulp-protractor-qa",
"version": "0.1.18",
"version": "0.1.19",
"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",

@@ -82,2 +82,6 @@ # [gulp](http://gulpjs.com)-protractor-qa [![NPM version](https://badge.fury.io/js/gulp-protractor-qa.svg)](http://badge.fury.io/js/gulp-protractor-qa) [![Build Status](https://travis-ci.org/ramonvictor/gulp-protractor-qa.svg?branch=master)](https://travis-ci.org/ramonvictor/gulp-protractor-qa)

- **0.1.19** improve `by.css` regex;
- **0.1.18** bug fix: adding support for `data-*` attributes;
- **0.1.14** showing "`<number>` out of `<total>` element selectors are been watched" in the log;

@@ -84,0 +88,0 @@

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