Socket
Socket
Sign inDemoInstall

protractor

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protractor - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

4

lib/configParser.js

@@ -154,4 +154,4 @@ var path = require('path'),

Array.prototype.forEach.call(config.suites, function(suite) {
union(specs, makeArray(suite));
Object.keys(config.suites || {}).sort().forEach(function(suite) {
union(specs, makeArray(config.suites[suite]));
});

@@ -158,0 +158,0 @@ return specs;

@@ -53,3 +53,3 @@ {

"license": "MIT",
"version": "3.1.0"
"version": "3.1.1"
}

Sorry, the diff of this file is too big to display

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