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.0.0 to 2.0.1

11

examples/gulpfile.js

@@ -0,1 +1,3 @@

'use strict';
var gulp = require('gulp');

@@ -15,3 +17,3 @@ var bump = require('../');

gulp.src('./key.json')
.pipe(bump({key: "appversion"}))
.pipe(bump({key: 'appversion'}))
.pipe(gulp.dest('./build'));

@@ -26,9 +28,2 @@ });

gulp.task('sublevel', function(){
gulp.src('./sublevel.json')
.pipe(bump({key: 'subversion.version'}))
.pipe(gulp.dest('./build'));
});
gulp.task('default', ['bump']);

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

const PLUGIN_NAME = 'gulp-bump';
var PLUGIN_NAME = 'gulp-bump';

@@ -13,0 +13,0 @@ module.exports = function(opts) {

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

@@ -6,0 +6,0 @@ "repository": "git://github.com/stevelacy/gulp-bump.git",

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