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

Comparing version 0.1.6 to 0.1.7

3

index.js

@@ -0,1 +1,2 @@

var gutil = require('gulp-util');
var map = require('map-stream');

@@ -18,3 +19,3 @@ var semver = require('semver');

file.contents = new Buffer(JSON.stringify(json, null, opts.indent) + '\n');
gutil.log('Bumped to version: '+gutil.colors.cyan(json[opts.key]));
cb(null, file);

@@ -21,0 +22,0 @@ }

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

@@ -11,8 +11,8 @@ "repository": "git://github.com/stevelacy/gulp-bump.git",

"map-stream": "~0.1.0",
"semver": "~2.2.1"
"semver": "~2.2.1",
"gulp-util": "~2.2.12"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"gulp-util": "~2.2.12"
"should": "*"
},

@@ -19,0 +19,0 @@ "scripts": {

@@ -131,3 +131,3 @@ #gulp-bump

.pipe(bump({key: 'build-version'}))
.pipe(bump({key: 'dev-version", type: 'major'}))
.pipe(bump({key: 'dev-version', type: 'major'}))

@@ -134,0 +134,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc