Socket
Socket
Sign inDemoInstall

appium-gulp-plugins

Package Overview
Dependencies
Maintainers
4
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 3.7.2 to 3.7.3

4

lib/boilerplate.js

@@ -24,3 +24,3 @@ 'use strict';

files: ['${testDir}/**/*-specs.js', '!${testDir}/**/*-e2e-specs.js'],
traceWarnings: true,
traceWarnings: false,
},

@@ -38,3 +38,3 @@ coverage: {

forceExit: false,
traceWarnings: true,
traceWarnings: false,
},

@@ -41,0 +41,0 @@ testReporter: (process.env.TRAVIS || process.env.CI) ? 'spec' : 'nyan',

@@ -9,3 +9,3 @@ {

],
"version": "3.7.2",
"version": "3.7.3",
"author": "appium",

@@ -43,3 +43,3 @@ "license": "Apache-2.0",

"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"@types/node": "^11.9.0",
"ajv": "^6.0.0",

@@ -77,3 +77,3 @@ "ansi-red": "^0.1.1",

"lodash": "^4.0.1",
"mocha": "^5.0.1",
"mocha": "^6.0.0",
"moment": "^2.12.0",

@@ -92,3 +92,3 @@ "node-notifier": "^5.1.2",

"vinyl-paths": "^2.1.0",
"yargs": "^12.0.1"
"yargs": "^13.1.0"
},

@@ -95,0 +95,0 @@ "peerDependencies": {

@@ -43,3 +43,3 @@ appium-gulp-plugins

files: ['${testDir}/**/*-specs.js', '!${testDir}/**/*-e2e-specs.js'],
traceWarnings: true,
traceWarnings: false,
},

@@ -57,3 +57,3 @@ coverage: {

forceExit: false,
traceWarnings: true,
traceWarnings: false,
},

@@ -60,0 +60,0 @@ testReporter: (process.env.TRAVIS || process.env.CI) ? 'spec' : 'nyan',

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