You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

asset-builder

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-builder - npm Package Compare versions

Comparing version

to
1.0.0

appveyor.yml

5

lib/buildGlobs.js

@@ -13,2 +13,3 @@ /**

var traverse = require('traverse');
var path = require('path');

@@ -111,3 +112,5 @@ /**

return _.some(names, function(name) {
return file.indexOf('/bower_components/' + name + '/') > -1;
return file.indexOf(
path.normalize('/bower_components/' + name + '/')
) > -1;
});

@@ -114,0 +117,0 @@ });

2

package.json
{
"name": "asset-builder",
"version": "0.4.1",
"version": "1.0.0",
"description": "asset-builder =============",

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

asset-builder
=============
[![Build Status](https://travis-ci.org/austinpray/asset-builder.svg?branch=master)](https://travis-ci.org/austinpray/asset-builder) [![Coverage Status](https://img.shields.io/coveralls/austinpray/asset-builder.svg?branch=master&style=flat)](https://coveralls.io/r/austinpray/asset-builder) [![Dependency Status](https://david-dm.org/austinpray/asset-builder.svg)](https://david-dm.org/austinpray/asset-builder) [![Code Climate](https://codeclimate.com/github/austinpray/asset-builder/badges/gpa.svg)](https://codeclimate.com/github/austinpray/asset-builder)
[![Build Status](https://travis-ci.org/austinpray/asset-builder.svg?branch=master)](https://travis-ci.org/austinpray/asset-builder) [![Build status](https://ci.appveyor.com/api/projects/status/grdwl6vflm7l68i6?svg=true)](https://ci.appveyor.com/project/austinpray/asset-builder) [![Coverage Status](https://img.shields.io/coveralls/austinpray/asset-builder.svg?branch=master&style=flat)](https://coveralls.io/r/austinpray/asset-builder) [![Dependency Status](https://david-dm.org/austinpray/asset-builder.svg)](https://david-dm.org/austinpray/asset-builder) [![Code Climate](https://codeclimate.com/github/austinpray/asset-builder/badges/gpa.svg)](https://codeclimate.com/github/austinpray/asset-builder)

@@ -6,0 +6,0 @@ Feed me a [manifest file](help/spec.md) and I will give you globs.

Sorry, the diff of this file is not supported yet