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.2.6 to 0.2.7

5

bin/runner.js

@@ -93,3 +93,4 @@ /**

var defaultValue = cli.command('config').defaults();
if (fs.existsSync(cli.command('config').defaults())) {
if (fs.existsSync(defaultValue)) {
argv.c = path.join(path.resolve('./'), argv.c);

@@ -99,2 +100,4 @@ } else {

}
} else {
argv.c = path.resolve(argv.c);
}

@@ -101,0 +104,0 @@

2

package.json
{
"name": "nightwatch",
"description": "A node.js bindings implementation for selenium 2.0/webdriver",
"version": "0.2.6",
"version": "0.2.7",
"author": {

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

Sorry, the diff of this file is not supported yet

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