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.0.5 to 0.0.6

2

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

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

@@ -36,3 +36,3 @@ var fs = require('fs');

contents: fs.readFileSync('test/package.json')
});
});
var bumpS = bump({bump: 'major'});

@@ -54,3 +54,3 @@ bumpS.once('data', function(newFile){

contents: fs.readFileSync('test/package.json')
});
});
var bumpS = bump({bump: 'minor'});

@@ -57,0 +57,0 @@ bumpS.once('data', function(newFile){

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