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.3.0 to 0.3.1

8

lib/selenium/commands/resizeWindow.js
/**
* Close the current window.
* Resizes the current window.
*
* @param {Number} width
* @param {Number} height
* @param {Function} callback
*/
exports.command = function(width, number, callback) {
exports.command = function(width, height, callback) {
var self = this;
return this.windowSize('current', width, number, function() {
return this.windowSize('current', width, height, function() {
if (typeof callback == "function") {

@@ -10,0 +12,0 @@ callback.call(self);

{
"name": "nightwatch",
"description": "A node.js bindings implementation for selenium 2.0/webdriver",
"version": "0.3.0",
"version": "0.3.1",
"author": {

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

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