Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-bower

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-bower - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

gulpfile.js

@@ -14,4 +14,2 @@ /* jshint node:true */

gulp.task('default', function() {
gulp.run('lint');
});
gulp.task('default', ['lint']);

@@ -63,2 +63,3 @@ var bower = require('bower');

stream.end();
stream.emit("end");
});

@@ -68,2 +69,2 @@ });

return stream;
};
};
{
"name": "gulp-bower",
"version": "0.0.4",
"version": "0.0.5",
"description": "Install Bower packages.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -40,2 +40,5 @@ # gulp-bower

#####0.0.5
- Emits "end", so the consumer knows when bower is done installing (by agzam)
#####0.0.4

@@ -42,0 +45,0 @@ - fixed custom bower directory bug

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