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 1.0.7 to 1.0.8

4

commands/getVersionNumbers.js

@@ -10,7 +10,7 @@ exports.command = function (selectors) {

selectors.forEach (function (selector) {
try{
try {
var regex = new RegExp(selector + '\/[0-9]*.[0-9]*.[0-9]*-?[0-9]*', 'gmi');
console.log(result.value.match(regex)[0]);
} catch (e) {
console.log('The', selector, 'version number could not be found. \033[0m\033[1;33mAre you running Chrome Headless?');
console.log('The', selector, 'version number could not be found. \033[0m\033[1;33mAre you running Chrome Headless?\u001b[0m');
}

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

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

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

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