Socket
Socket
Sign inDemoInstall

gulp-protractor-qa

Package Overview
Dependencies
143
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

assets/gulp-protractor-qa.gif

4

index.js

@@ -19,7 +19,7 @@ var gutil = require('gulp-util');

htmlRel : "ng-model",
match : /by\.model\(\s*'(.*)'\s*\)/gi
match : /by\.model\(\s*'(.*?)'\s*\)/gi
},
{
htmlRel : "ng-repeat",
match : /by\.repeater\(\s*'(.*)'\s*\)/gi
match : /by\.repeater\(\s*'(.*?)'\s*\)/gi
}

@@ -26,0 +26,0 @@ ],

{
"name": "gulp-protractor-qa",
"version": "0.1.01",
"version": "0.1.02",
"description": "A gulp plugin to help avoiding broken Protractor tests due to not found element() selectos.",

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

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