New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

example-bower-resolver

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

example-bower-resolver

sample implementation of a bower pluggable resolver

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

example-bower-resolver

Sample implementation of a bower pluggable resolver.

Build Status Dependencies Dev Dependencies

Features

Bower resolver designed to illustrate best practices. This simple resolver only supports the following two commands:

  • bower install example://apple
  • bower install ex://apple

Purpose

Ok, so the example "apple" component isn't that interesting. This effort is meant to create a concise implementation of the bower Pluggable Resolver architecture.

Installation

There are two steps for bower pluggable resolver installation.

First, install this package globally with:

npm install -g example-bower-resolver

Second, configure the .bowerrc file to use this resolver:

{
  "resolvers" : [
    "example-bower-resolver"
  ]
}

Usage

Exercise the resolver with:

bower install ex://apple

Development

Run the mocha tests with:

npm test

Run the istanbul coverage analysis with:

npm run coverage

Keywords

bower-resolver

FAQs

Package last updated on 16 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts