Socket
Socket
Sign inDemoInstall

appium-gulp-plugins

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appium-gulp-plugins - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

5

lib/spawn-watcher.js

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

Q = require('q'),
notifier = require('node-notifier');
notifier = require('node-notifier'),
moment = require('moment');

@@ -19,3 +20,3 @@ var exitOnError = false;

'title': build,
subtitle: subtitle,
subtitle: subtitle + ' ' + moment().format('h:mm:ss'),
'message': message

@@ -22,0 +23,0 @@ });

3

package.json
{
"name": "appium-gulp-plugins",
"version": "0.0.5",
"version": "0.0.6",
"description": "Custom gulp plugins to be used accross all appium modules",

@@ -31,2 +31,3 @@ "main": "index.js",

"lodash": "^2.4.1",
"moment": "^2.8.4",
"node-notifier": "^4.0.3",

@@ -33,0 +34,0 @@ "q": "~1.1.2",

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