You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

npm-update-all

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

npm-update-all

Update all npm packages in dependencies & devDependecies under package.json at once

1.0.0
npmnpm
Version published
Weekly downloads
288
13.83%
Maintainers
1
Weekly downloads
 
Created
Source

npm-update-all

Update all dependencies & devDependencies in package.json at once.

Global installation is recommended for cli usage.

Install (cli)

    $ npm install npm-update-all -g

CLI Usage


 //  Navigate to project root , where package.json is located & run.

   $ npm-update-all

Install (project)

    $ npm install npm-update-all -D

Usage


 // In your server.js/index.js , run following code.

var updateAll = require('npm-update-all');
var json = require('./package.json');


updateAll(json);

Keywords

npm-update

FAQs

Package last updated on 06 May 2017

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