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

gulp-main-bower-files

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-main-bower-files - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

test/no-bowerrc/main.js

0

index.js

@@ -0,0 +0,0 @@ /**

8

package.json
{
"name": "gulp-main-bower-files",
"version": "1.2.1",
"version": "1.2.2",
"description": "Use main-bower-files in a more gulp like way.",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "istanbul cover ./node_modules/mocha/bin/_mocha",
"test:watch": "mocha --watch",
"report-coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/codecov"
},

@@ -32,5 +34,7 @@ "repository": {

"devDependencies": {
"codecov.io": "~0.1.6",
"gulp": "~3.9.0",
"gulp-debug": "~2.1.0",
"gulp-mocha": "~2.1.3",
"istanbul": "~0.3.21",
"mocha": "~2.2.5",

@@ -37,0 +41,0 @@ "stream-assert": "~2.0.3"

# gulp-main-bower-files
================
[![npm version](https://img.shields.io/npm/v/gulp-main-bower-files.svg?style=flat-square)](https://www.npmjs.org/package/gulp-main-bower-files)
[![npm downloads](https://img.shields.io/npm/dm/gulp-main-bower-files.svg?style=flat-square)](http://npm-stat.com/charts.html?package=gulp-main-bower-files&from=2015-09-01)
[![Dependency Status](https://david-dm.org/mauricedb/gulp-main-bower-files.svg)](https://david-dm.org/mauricedb/gulp-main-bower-files)
[![Build Status](https://travis-ci.org/mauricedb/gulp-main-bower-files.svg?branch=master)](https://travis-ci.org/mauricedb/gulp-main-bower-files)
[![codecov.io](http://codecov.io/github/mauricedb/gulp-main-bower-files/coverage.svg?branch=master)](http://codecov.io/github/mauricedb/gulp-main-bower-files?branch=master)

@@ -7,0 +10,0 @@ Use [main-bower-files](https://www.npmjs.com/package/main-bower-files) in a more gulp like way.

@@ -43,2 +43,9 @@ /**

it('can process multiple dependencies with includeSelf', function (done) {
gulp.src(__dirname + '/no-bowerrc/bower-simple-multi.json')
.pipe(mainBowerFiles({includeSelf: true}))
.pipe(streamAssert.length(4))
.pipe(streamAssert.end(done));
});
it('can override main files with filter', function (done) {

@@ -45,0 +52,0 @@ gulp.src(__dirname + '/no-bowerrc/bower-simple-multi.json')

{
"main": "main.js",
"dependencies": {

@@ -3,0 +4,0 @@ "simple": "*",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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