Socket
Socket
Sign inDemoInstall

bower_resolve

Package Overview
Dependencies
4
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bower_resolve

search bower javascript path.


Version published
Maintainers
1
Install size
189 kB
Created

Readme

Source

bower_resolve

search bower javascript path.

install

from npm

npm install bower_resolve

from github

git clone git://github.com/fnobi/bower_resolve.git

usage

on node.js

var bowerResolve = require('bower_resolve');

bowerResolve({
    component: 'paper'
}, function (err, jspath) {
    if (err) {
        return;
    }

    console.log(jspath); // => path/to/project/bower_component/paper/dist/paper.js
});

on shell

bower_resolve --path <project root> <component name>

FAQs

Last updated on 09 Jul 2014

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc