Socket
Socket
Sign inDemoInstall

min-wd

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

min-wd - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

4

lib/driver.js

@@ -116,2 +116,6 @@ /*

context.basePath = context.basePath + '/session/' + res.sessionId;
if (context.timeout === 0) {
callback(null);
return;
}
request(context, 'POST', '/timeouts/async_script', {

@@ -118,0 +122,0 @@ ms : context.timeout || 10000

2

package.json
{
"name": "min-wd",
"version": "0.4.2",
"version": "0.4.3",
"description": "Minimal WebDriver that pipes stdin to browsers",

@@ -5,0 +5,0 @@ "keywords": [

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