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

cloud-analyser

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloud-analyser

Disk space analyzer for cloud services

  • 1.0.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Disk space analyzer for cloud services

Scans your online storage and shows you, in graphical form, where the space is being wasted, giving you an idea of where to start cleaning.

Based on Unifile, supports all Unifile services:

  • Dropbox
  • local file system
  • FTP
  • SFTP
  • Github
  • NextCloud/Owncloud (with webdav)

This is an equivalent of the linux colland du -b ...path...

Use

Install the npm package

$ npm install -g cloud-analyser

Scan the local Documents folder

$ cloud-analyser fs ~/Documents

Scan remote folders:

$ cloud-analyser dropbox Photos
$ cloud-analyser ftp www
$ cloud-analyser github repo1/master/

for example the command cloud-analyser dropbox Photos will output something like this

2075407 Photos/Sample Album
2075407 Photos

Options

cloud-analyser [service] [path]

ServiceValue of the service option
DropboxDropbox
local file systemfs
FTPFTP
SFTPSFTP
GithubGithub
NextCloud/Owncloud (with webdav)webdav

Development

Install

$ npm i

test

Scan the local Documents folder

$ node ./lib/ fs ~/Documents

FAQs

Package last updated on 20 Jun 2019

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

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