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

nightwatch

Package Overview
Dependencies
Maintainers
1
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nightwatch - npm Package Compare versions

Comparing version 0.5.14 to 0.5.15

3

lib/core/queue.js

@@ -31,3 +31,2 @@ var util = require('util');

this.currentNode.children.push(node);
//this.print(this.rootNode);

@@ -89,4 +88,4 @@ if (this.currentNode.started && !this.currentNode.done) {

this.currentNode.done = true;
if (this.currentNode.name === '__root__') {
this.currentNode.done = true;
this.done();

@@ -93,0 +92,0 @@ } else {

{
"name": "nightwatch",
"description": "A node.js bindings implementation for selenium 2.0/webdriver",
"version": "0.5.14",
"version": "0.5.15",
"author": {

@@ -6,0 +6,0 @@ "name": "Andrei Rusu",

@@ -40,3 +40,3 @@ var BASE_PATH = process.env.NIGHTWATCH_COV ? 'lib-cov' : 'lib';

var request = new HttpRequest(options);
request.on('complete', function() {
request.on('success', function() {
test.done();

@@ -76,3 +76,3 @@ }).send();

var request = new HttpRequest(options);
request.on('complete', function() {
request.on('success', function() {
test.done();

@@ -171,9 +171,3 @@ }).send();

},
tearDown : function(callback) {
// clean up
callback();
}
};
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