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 2.0.1 to 2.0.2

4

lib/plugin.js

@@ -35,8 +35,8 @@ /*

}));
wrap.push(driver(stream, options(opts || {}), function (err) {
driver(stream, options(opts || {}), function (err) {
if (err) {
b.emit('error', err);
}
}));
}).pipe(process.stdout);
};
{
"name": "min-wd",
"version": "2.0.1",
"version": "2.0.2",
"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