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.3 to 0.0.4

4

lib/transpiler.js

@@ -19,4 +19,4 @@ "use strict";

var HEADER =
'/*# sourceMappingURL=path/to/source.map*/' +
'require(\'source-map-support\').install();' +
'/*# sourceMappingURL=path/to/source.map*/\n' +
'require(\'source-map-support\').install();\n' +
'if(!process.env.SKIP_TRACEUR_RUNTIME) require(\'traceur/bin/traceur-runtime\');';

@@ -23,0 +23,0 @@

{
"name": "appium-gulp-plugins",
"version": "0.0.3",
"version": "0.0.4",
"description": "Custom gulp plugins to be used accross all appium modules",

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

@@ -73,2 +73,3 @@ var Q = require('q'),

output.should.include('.es7.js');
output.should.include('throw.es7.js:7');
})

@@ -84,2 +85,3 @@ });

output.should.include('.es7.js');
output.should.include('a-throw-specs.es7.js:13');
})

@@ -86,0 +88,0 @@ });

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