New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

ndu

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

ndu

node disk usage

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

ndu - node disk usage

Requires node 4 or later.

Like disc but for server-side dependencies. Very useful when you're wondering why your simple node app takes up hundreds of MB on disk.

npm install --global ndu

Usage

By default it will analyze the current working directory and write an HTML file with the results to stdout:

ndu > ndu.html && open ndu.html

Just like disc, it can also open the result in a browser:

ndu --open

FAQs

Package last updated on 31 Mar 2016

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