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.0 to 0.1.1

14

package.json
{
"name": "gulp-bump",
"description": "Bump npm versions with Gulp (gulpjs.com)",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "http://github.com/stevelacy/gulp-bump",
"repository": "git://github.com/stevelacy/gulp-bump.git",
"author": "Steve Lacy me@slacy.me (slacy.me)",
"author": "Steve Lacy <me@slacy.me> (http://slacy.me)",
"main": "./index.js",
"dependencies": {
"semver": "~2.2.1",
"map-stream": "~0.0.4"
"map-stream": "~0.1.0",
"semver": "~2.2.1"
},

@@ -16,9 +16,9 @@ "devDependencies": {

"should": "*",
"gulp-util": "~2.2.5"
"gulp-util": "~2.2.10"
},
"scripts": {
"test": "mocha"
"test": "mocha --reporter spec"
},
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.9.0"
},

@@ -25,0 +25,0 @@ "keywords": [

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

<td>Node Version</td>
<td>>= 0.8</td>
<td>>= 0.9</td>
</tr>

@@ -20,0 +20,0 @@ <tr>

Sorry, the diff of this file is not supported yet

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