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

fspr

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fspr

A promise wrapper to essential fs.* interface with a couple of extensions.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
1
-90%
Maintainers
1
Weekly downloads
 
Created
Source

FSPR

FSPR is a collection of the interesting fs.* functionality promisified. Most of the interfaces are just simply converted by replacing callbacks with promise resolve or reject.

However, readfile and writefile are more elaborate. In addition to static buffers or strings, they can also handle input and output from streams and also make optional run time constraint checks and hash calculations etc.

This is still work in progress.

Author

Timo J. Rinne tri@iki.fi

License

GPL-2.0

Keywords

fs

FAQs

Package last updated on 10 May 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