Socket
Socket
Sign inDemoInstall

webdriver-manager

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

webdriver-manager - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

example.js

@@ -11,2 +11,4 @@ var WebdriverManager = require('./lib/index');

console.log(filenames);
// { standalone: 'ready', chrome: 'ready', ie: 'not present' }

@@ -13,0 +15,0 @@ console.log(wm.status());

2

lib/index.js

@@ -171,3 +171,3 @@ var fs = require('fs');

if (opt_callback) {
opt_callback(null);
opt_callback(bin.filename);
}

@@ -174,0 +174,0 @@ }

{
"name": "webdriver-manager",
"version": "0.0.2",
"version": "0.0.3",
"description": "Protactor's webdriver-manager as an standalone Node.js module.",

@@ -17,5 +17,5 @@ "dependencies": {

"main": "./lib/index.js",
"scripts": {
"bin": {
"webdriver-manager": "bin/webdriver-manager"
}
}
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