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.2 to 0.0.3

2

index.js

@@ -10,2 +10,4 @@ var es = require('event-stream');

// Remember that contents is ALWAYS a buffer
if(file.isNull()) return cb(null, file);
if(file.isStream()) return cb(new Error('gulp-stylus: streams not supported'));

@@ -12,0 +14,0 @@ var regex = /([\'|\"]?version[\'|\"]?[ ]*:[ ]*[\'|\"]?)([\d||A-a|.|-]*)([\'|\"]?)/i;

3

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

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

"bump",
"node.js",
"gulpplugin",

@@ -31,0 +30,0 @@ "gulp-plugin"

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