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
29
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.11 to 1.0.12

1

commands/hideElement.js

@@ -180,4 +180,3 @@ // JavaScript function for converting simple XPath to CSS selector.

var javascript = 'document.getElementById("' + selElement + '").style.opacity = "0";';
console.log(javascript);
self.execute(javascript, [], function () { console.log(' \033[0;32m\u2714\u001b[0m Successfully hidden ' + orginalSelElement + '.'); });
};

2

package.json
{
"name": "@bbc/nightwatch-commands",
"version": "1.0.11",
"version": "1.0.12",
"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