Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 2.4.0 to 2.4.1

5

CHANGES.md
# Changes
## 2.4.1
- Start log polling more quickly
- Write out parsed response status code in failure cases
## 2.4.0

@@ -4,0 +9,0 @@

2

lib/driver.js

@@ -89,3 +89,3 @@ /*

pollLogs(context, callback);
}, 100);
}, 10);
});

@@ -92,0 +92,0 @@ }

@@ -36,2 +36,4 @@ /*

var parsed = JSON.parse(body);
context.out.write('Response Status Code: ' + parsed.status
+ '\nResponse Message:\n');
context.out.write(indent(parsed.value.message) + '\n');

@@ -38,0 +40,0 @@ } catch (e) {

{
"name": "min-wd",
"version": "2.4.0",
"version": "2.4.1",
"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