Socket
Socket
Sign inDemoInstall

appium-support

Package Overview
Dependencies
Maintainers
5
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appium-support - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

.index.js.un~

2

gulpfile.js

@@ -38,3 +38,3 @@ "use strict";

spawnWatcher.configure('watch', ['lib/**/*.js','test/**/*.js'], function () {
spawnWatcher.configure('watch', ['index.js', 'lib/**/*.js','test/**/*.js'], function () {
return runSequence('lint', 'test');

@@ -41,0 +41,0 @@ });

module.exports = {
tempDir: require('./lib/tempdir')
tempDir: require('./lib/tempdir'),
system: require('./lib/system')
};

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

],
"version": "0.0.4",
"version": "0.0.5",
"author": "appium",

@@ -34,3 +34,3 @@ "license": "Apache License 2.0",

"devDependencies": {
"appium-gulp-plugins": "0.0.7",
"appium-gulp-plugins": "^0.0.8",
"chai": "^1.10.0",

@@ -37,0 +37,0 @@ "chai-as-promised": "^4.1.1",

@@ -9,3 +9,3 @@ appium-support

```
npm run-script watch
npm run watch
```

@@ -12,0 +12,0 @@

Sorry, the diff of this file is not supported yet

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