🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

component-set

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

component-set

add dependencies to component.json

0.2.2
latest
Version published
Weekly downloads
1
-85.71%
Maintainers
1
Weekly downloads
 
Created

component-set

add dependencies to component.json

  Usage: component-set [options] <pkg>

  Options:

    -h, --help         output usage information
    -d, --development  add as a development dependency

  Examples:

    # explicit
    $ component set jkroso/emitter

component-update

update all dependencies to their latest tag. Note: this is a json only update. You will still need to run the below commands to actually download them.

rm -r components
component install
 Usage: component-update [options]

  Options:

    -h, --help         output usage information
    -d, --development  don't update production dependencies
    -p, --production   don't update development dependencies

installation

$ npm install component-set -g

warning

you may run into githubs rate limit if you run a lot of these commands in the space of an hour

FAQs

Package last updated on 16 Sep 2013

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