Socket
Socket
Sign inDemoInstall

node-fs

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-fs

node-fs is an extension to the original nodejs fs library, offering new functionalities.


Version published
Weekly downloads
133K
increased by5.58%
Maintainers
1
Install size
7.10 kB
Created
Weekly downloads
 

Readme

Source

node-fs is an extension to the original nodejs fs library, offering new functionalities. See example.js for an example of how to use it.

Right now, the following new operations are supported:

  • mkdir(path, mode, [recursive], [callback]): if the 'recursive' parameter is true, creates a directory recursively;
  • mkdirSync(path, mode, [recursive]): if the 'recursive' parameter is true, synchronously creates a directory recursively.

Build Status

FAQs

Last updated on 15 Jul 2013

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc