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 0.0.3 to 0.0.4

7

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

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

"semver":"~2.2.1",
"gulp":"~3.2.2",
"event-stream":"~3.0.20"

@@ -18,6 +17,6 @@ },

"should": "*",
"gulp-util":"*"
"gulp":"*"
},
"scripts": {
"test": "mocha --timeout=4000"
"test": "mocha"
},

@@ -24,0 +23,0 @@ "engines": {

@@ -0,6 +1,6 @@

#gulp-bump
[![Build Status](https://travis-ci.org/stevelacy/gulp-bump.png?branch=master)](https://travis-ci.org/stevelacy/gulp-bump)
[![NPM version](https://badge.fury.io/js/gulp-bump.png)](http://badge.fury.io/js/gulp-bump)
#gulp-bump
## Information

@@ -22,3 +22,2 @@ <table>

<td>3.x</td>
</tr>

@@ -28,3 +27,6 @@ </table>

## Usage
#### Install
npm install gulp-bump --save
## Example

@@ -62,3 +64,5 @@ ```javascript

```
####You can view more examples in the [example folder.](https://github.com/stevelacy/gulp-bump/tree/master/examples)
## Options

@@ -83,5 +87,3 @@ ### options.bump

## Examples
You can view more examples in the [example folder.](https://github.com/stevelacy/gulp-bump/tree/master/examples)

@@ -88,0 +90,0 @@ ## LICENSE

var fs = require('fs');
var gulp = require('gulp');
var gutil = require('gulp-util');
var es = require('event-stream');

@@ -5,0 +4,0 @@ var should = require('should');

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