New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

large-files

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

large-files

cli tool to find out large files under given directory

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

large-files

cli tool to find out large files under given directory

npm Package Version

Usage

Usage without installation

npx large-files

Usage with installation (recommended)

# install
npm i -g large-files

# usage
large-files

Sample output

> large-files | head -n 5
8903215 8.49 MB node_modules/typescript/lib/tsserver.js
8867303 8.46 MB node_modules/typescript/lib/tsserverlibrary.js
8328167 7.94 MB node_modules/typescript/lib/typescriptServices.js
8328160 7.94 MB node_modules/typescript/lib/typescript.js
6353077 6.06 MB node_modules/typescript/lib/typingsInstaller.js

License

This project is licensed with BSD-2-Clause

This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:

  • The freedom to run the program as you wish, for any purpose
  • The freedom to study how the program works, and change it so it does your computing as you wish
  • The freedom to redistribute copies so you can help others
  • The freedom to distribute copies of your modified versions to others

Keywords

cli

FAQs

Package last updated on 24 Oct 2021

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