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

webdriverjs

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdriverjs - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

lib/commands/drag.js

6

lib/protocol/moveTo.js

@@ -35,7 +35,5 @@ var http = require("http");

console.log(data)
var commandOptions = {
path: "/session/:sessionId/moveto",
method: "GET"
method: "POST"
}

@@ -45,5 +43,5 @@

commandOptions,
this.proxyResponse(callback),
this.proxyResponseNoReturn(callback),
data
);
};

@@ -5,3 +5,3 @@ {

"tags": ["web", "test", "selenium", "browser", "javascript"],
"version": "0.5.6",
"version": "0.5.7",
"author": "camilo tapia <camilo.tapia@gmail.com>",

@@ -8,0 +8,0 @@ "repository":

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