Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-inst-all

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-inst-all - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

lib/npm-inst-all.js

@@ -35,3 +35,3 @@ const path = require('path');

return chain.then(() => {
console.log(chalk.bgGreen.white(`\n${i+1}/${packages.length} Installing depencies in ${dirName}`));
console.log(chalk.bgGreen.white(`\n${i+1}/${packages.length} Installing dependencies in ${dirName}`));

@@ -38,0 +38,0 @@ return npm.install({

{
"name": "npm-inst-all",
"version": "0.0.5",
"version": "0.0.6",
"description": "npm install all nested package.json recursively or for given pathes",

@@ -5,0 +5,0 @@ "main": "lib/npm-inst-all.js",

# npm-inst-all
The package is used to easily install nested NPM depencies in your project.
The package is used to easily install nested NPM dependencies in your project.

@@ -26,6 +26,6 @@

And assuming that you are in the project/ directory,
Install all depencies (base, service1 and service2) with one command: ```npm-inst-all .```
Install all dependencies (base, service1 and service2) with one command: ```npm-inst-all .```
Note: it is possible to specify the base directory. To install depencies of ```service1``` just type
Note: it is possible to specify the base directory. To install dependencies of ```service1``` just type

@@ -32,0 +32,0 @@ ```npm-inst-all ./service1/```

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc