New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fs-animation

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

fs-animation

Realitime file system change animation which can be played back too.

  • 0.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-81.82%
Maintainers
1
Weekly downloads
 
Created
Source

fs-animation

Realtime file system change animation which can also be played back. Built on Immutable.JS

Installation

npm install fs-animation -g

Usage

Watch current folder:

fs-animation

Watch multiple folders:

fs-animation /tmp/a /tmp/b

Options

fs-animation -h
OptionsDefaultDescription
hostname127.0.0.1Listening hostname
ignoreInitialtrueExisting files will not trigger evnets
ignoredDotFilestrueIgnore file folds starts with dot, eg: .git
ignorenullDirectories to ignore
port8001Listening port
throttle100throttle of broadcasting

Logging

Default loggin level is warn,you can overide it using -v options.

OptionLogLevel
-vInfo
-vvDebug
-vvvTrace

Testing

npm test

Docker usage

sudo docker run -P -v=/tmp:/watched:ro wyvernnot/fs-animation 

Example 1 - NPM install progress behind scenes

fs-animation --ignoredDotFiles false ~/.npm /tmp -v
cd /tmp
npm install debug

record

Example 2 - Watch docker directory

License

MIT

Keywords

FAQs

Package last updated on 17 Nov 2015

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