🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
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.1
latest
npm
Version published
Maintainers
1
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 08 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