Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-maven-deploy

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-maven-deploy - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.idea/.name

2

package.json
{
"name": "gulp-maven-deploy",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple gulp plugin for the maven-deploy module",

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

@@ -5,2 +5,3 @@ var through = require('through2'),

temp = require('temp').track(),
File = require('vinyl'),
assertRepositoriesConfig = require('./util/assertRepositoriesConfig'),

@@ -14,2 +15,3 @@ buildFileOptions = require('./util/buildFileOptions');

var stream = through.obj(function (file, enc, fileDone) {
file = new File(file);
var tempFile = temp.createWriteStream(),

@@ -16,0 +18,0 @@ fileOptions = buildFileOptions(file, options);

var through = require('through2'),
gmd = require('maven-deploy'),
temp = require('temp').track(),
File = require('vinyl'),
buildFileOptions = require('./util/buildFileOptions');

@@ -9,2 +10,3 @@

var stream = through.obj(function (file, enc, fileDone) {
file = new File(file);
var tempFile = temp.createWriteStream(),

@@ -11,0 +13,0 @@ fileOptions = buildFileOptions(file, options);

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