Socket
Socket
Sign inDemoInstall

appium-gulp-plugins

Package Overview
Dependencies
9
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.9 to 0.0.10

6

lib/spawn-watcher.js

@@ -9,3 +9,4 @@ "use strict";

notifier = require('node-notifier'),
moment = require('moment');
moment = require('moment'),
_ = require('lodash');

@@ -74,2 +75,5 @@ var exitOnError = false;

if (respawn) args.push('--respawn');
args = args.concat(_(process.argv).chain().rest(2).filter(function (arg) {
return ([taskName, subtaskName, '--no-notif', '--respawn'].indexOf(arg) < 0);
}).value());
var proc = spawn('./node_modules/.bin/gulp', args, {stdio: 'inherit'});

@@ -76,0 +80,0 @@ proc.on('close', function (code) {

2

package.json

@@ -7,3 +7,3 @@ {

],
"version": "0.0.9",
"version": "0.0.10",
"author": "appium",

@@ -10,0 +10,0 @@ "license": "Apache License 2.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc