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

@bbc/nightwatch-commands

Package Overview
Dependencies
Maintainers
28
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bbc/nightwatch-commands - npm Package Compare versions

Comparing version

to
1.0.6

2

commands/getVersionNumbers.js

@@ -14,3 +14,3 @@ exports.command = function (selectors) {

} catch (e) {
console.log(e);
console.log('The', selector, 'version number could not be found. This is either due to a catastophic failure or running Chrome Headless');
}

@@ -17,0 +17,0 @@ });

@@ -18,3 +18,3 @@ exports.command = function (locateStrategy, selector, value) {

self.elementIdSelected(response.value.ELEMENT, function (result) {
self.assert.ok(selector, ' attempted to set to ' + value);
self.assert.ok(selector, 'attempted to set to ' + value);
});

@@ -21,0 +21,0 @@ });

{
"name": "@bbc/nightwatch-commands",
"version": "1.0.5",
"version": "1.0.6",
"description": "Basic Nightwatch Commands",

@@ -5,0 +5,0 @@ "license": "MIT",