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.7 to 0.5.8

2

lib/runner/run.js

@@ -120,3 +120,3 @@ /**

globalResults.errmessages.push(err.message);
console.log(Logger.colors.red('\nAn error occured while running the test:'));
console.log(Logger.colors.red('\nAn error occurred while running the test:'));
console.log(err.stack);

@@ -123,0 +123,0 @@ testResults.errors++;

@@ -55,3 +55,3 @@ /**

if (err.code == 'ENOENT') {
console.log(Logger.colors.red('\nAn error occured while trying to start Selenium. ' +
console.log(Logger.colors.red('\nAn error occurred while trying to start Selenium. ' +
'Check if JAVA is installed on your machine.'));

@@ -58,0 +58,0 @@ console.log(util.inspect(err, false, 1, true));

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

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

Sorry, the diff of this file is not supported yet

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