Socket
Book a DemoInstallSign in
Socket

bower-update

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bower-update

Updates Bower components to the really latest versions.

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
50
-1.96%
Maintainers
1
Weekly downloads
 
Created
Source

DEPRECATED: Please use npm-check-updates

npm-check-updates supports bower as of v2.3.0. It has many useful features and is well-maintained.

$ npm install -g npm-check-updates
$ npm-check-updates --packageManager bower   # or 'ncu -m bower' for short

bower-update

Build Status

Updates Bower project’s components to the really latest versions, no matter what bower.json requires.

For example if your bower.json requires jQuery ~2.0.0 standard bower update command will install 2.0.9 but not 2.1.0. bower-update will install 2.1.0, 3.0.0, etc.

Installation

npm install -g bower-update

Usage

Just cd to your project’s root folder (where your bower.json is located) and run:

bower-update [--non-interactive]

Options

non-interactive

bower-update will not ask you before updating any components.

Changelog

The changelog can be found in the Changelog.md file.

License

The MIT License, see the included License.md file.

Keywords

bower

FAQs

Package last updated on 04 Oct 2015

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