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

grunt-webdriver-manager

Package Overview
Dependencies
Maintainers
12
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-webdriver-manager - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

npm-shrinkwrap.json
{
"name": "grunt-webdriver-manager",
"version": "0.0.8",
"version": "0.0.9",
"npm-shrinkwrap-version": "5.4.0",

@@ -5,0 +5,0 @@ "node-version": "v0.12.7",

{
"name": "grunt-webdriver-manager",
"version": "0.0.8",
"version": "0.0.9",
"description": "Grunt task for webdriver automation",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -65,2 +65,3 @@ [![Build Status](https://travis-ci.org/CoorpAcademy/grunt-webdriver-manager.svg?branch=master)](https://travis-ci.org/CoorpAcademy/grunt-webdriver-manager)

## Release History
* v0.0.9 remove console.log
* v0.0.8 support background with & https://www.maketecheasier.com/run-bash-commands-background-linux/

@@ -67,0 +68,0 @@ * v0.0.7 -d (daemon) flag on cli start command

@@ -99,3 +99,2 @@ 'use strict';

for (var i = 0; i < webDriverManagers.length;i++) {
console.log(webDriverManagers[i].options);
if(!webDriverManagers[i].options.daemon) {

@@ -102,0 +101,0 @@ webDriverManagers[i].stop();

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