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.1.1 to 0.1.2

bin/runner.js

2

lib/index.js

@@ -448,5 +448,5 @@ var util = require("util"),

var instance = null;
exports.remote = function(options, settings) {
exports.client = function(options, settings) {
return new Nightwatch(options, settings);
}
{
"name": "nightwatch",
"description": "A node.js bindings implementation for selenium 2.0/webdriver",
"version": "0.1.1",
"version": "0.1.2",
"author": {

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

var path = require('path'),
fs = require('fs'),
child_process = require('child_process'),
webdriverjs = require('../index.js'),
nightwatch = require('../index.js'),
Logger = require("../lib/logger.js"),

@@ -169,3 +169,3 @@ Reporter = require('./reporters/junit.js'),

function runModule(module, opts, moduleName, callback) {
var client = webdriverjs.remote(opts);
var client = nightwatch.client(opts);
var keys = Object.keys(module);

@@ -172,0 +172,0 @@ var tests = [];

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