Socket
Socket
Sign inDemoInstall

gulp-bump

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-bump - npm Package Compare versions

Comparing version 2.5.1 to 2.6.0

examples/file.xml

6

examples/gulpfile.js

@@ -21,2 +21,8 @@ 'use strict';

gulp.task('xml', function(){
gulp.src('./file.xml')
.pipe(bump())
.pipe(gulp.dest('./build'));
});
gulp.task('key', function(){

@@ -23,0 +29,0 @@ gulp.src('./key.json')

4

package.json
{
"name": "gulp-bump",
"description": "Bump npm versions with Gulp (gulpjs.com)",
"version": "2.5.1",
"version": "2.6.0",
"homepage": "http://github.com/stevelacy/gulp-bump",

@@ -10,3 +10,3 @@ "repository": "git://github.com/stevelacy/gulp-bump.git",

"dependencies": {
"bump-regex": "^2.5.2",
"bump-regex": "^2.6.0",
"plugin-error": "^0.1.2",

@@ -13,0 +13,0 @@ "plugin-log": "^0.1.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