Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 2.3.0 to 2.4.0

2

lib/debugger/debuggerCommons.js

@@ -21,3 +21,3 @@ var baseDebugger = require('_debugger');

target: '.*executors\.js', //jshint ignore:line
line: 37
line: 40
}, function() {

@@ -24,0 +24,0 @@ process.send('ready');

@@ -68,3 +68,3 @@ /*

var service = new chrome.ServiceBuilder(chromeDriverFile).build();
driver = chrome.createDriver(
driver = new chrome.Driver(
new webdriver.Capabilities(this.config_.capabilities), service);

@@ -71,0 +71,0 @@ break;

@@ -323,3 +323,5 @@ var util = require('util');

if (this.ignoreSynchronization) {
return webdriver.promise.fulfilled();
return self.driver.controlFlow().execute(function() {
return true;
}, 'Ignore Synchronization Protractor.waitForAngular()');
}

@@ -326,0 +328,0 @@

@@ -16,6 +16,6 @@ {

"request": "~2.57.0",
"selenium-webdriver": "2.45.1",
"selenium-webdriver": "2.47.0",
"minijasminenode": "1.1.1",
"jasminewd": "1.1.0",
"jasminewd2": "0.0.5",
"jasminewd2": "0.0.6",
"jasmine": "2.3.2",

@@ -57,3 +57,3 @@ "saucelabs": "~1.0.1",

"license": "MIT",
"version": "2.3.0"
"version": "2.4.0"
}

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