New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-nightwatch

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nightwatch - npm Package Compare versions

Comparing version

to
0.0.12

2

lib/constants.js

@@ -73,3 +73,3 @@ "use strict";

if (['local', 'both'].includes(answers.backend)) {
browsers.push({ name: 'Local selenium-server', value: 'selenium-server' });
return browsers.concat({ name: 'Local selenium-server', value: 'selenium-server' });
}

@@ -76,0 +76,0 @@ return browsers;

@@ -18,2 +18,3 @@ "use strict";

console.error(constants_1.NIGHTWATCH_TITLE);
console.error(argv, args, options);
const rootDir = path_1.default.resolve(process.cwd(), args[0] || '');

@@ -20,0 +21,0 @@ if (!fs_1.default.existsSync(path_1.default.join(rootDir, 'package.json'))) {

{
"name": "create-nightwatch",
"version": "0.0.11",
"version": "0.0.12",
"description": "A single-command tool to setup Nightwatch.js",

@@ -5,0 +5,0 @@ "main": "index.js",