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

gulp-svn

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-svn - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

commands/exec.js

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

var cmd = 'svn ' + opt.args;
var cmd = 'svn ' + options.args;

@@ -34,2 +34,2 @@ if(options.username && options.password) {

});
};
};
{
"name": "gulp-svn",
"version": "1.0.4",
"version": "1.0.5",
"description": "SVN plugin for gulp (gulpjs.com)",

@@ -21,3 +21,5 @@ "homepage": "https://github.com/yasinkocak/gulp-svn",

"svn",
"gulp svn",
"gulpsvn",
"gulp-svn",
"gulpplugin",

@@ -24,0 +26,0 @@ "gulp-plugin"

@@ -56,4 +56,13 @@ #gulp-svn

// Run svn tag
gulp.task('tag', function(){
svn.tag('version-0.0.1', 'Tagged commit', function (err){
if(err) {
throw err;
}
});
});
// Run gulp
gulp.task('default',['add', 'commit']);
```
```

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