🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

fs-promised

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-promised

fs methods returning promised using d.js promise library

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

fs-promised

fs-promised is a node module to make file system access through promises. It uses d.js for as promises library just check to that project for more info about the returned interfaces.

additional methods

  • fs.readJsonSync(filename, options)
  • fs.readJsonPromise(filename, options)
  • fs.writeJsonSync(filename, data, options)
  • fs.writeJsonPromise(filename, data, options)
  • fs.watchDeduped(filename, options, listener)

FAQs

Package last updated on 13 Feb 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