Socket
Book a DemoInstallSign in
Socket

mount

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

mount

Mount devices with node.js like what

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

node-mount

Copyright (C) 2011 by Maciej Małecki
MIT License (see LICENSE file)

Mount your device from node.js like what.

Usage

var mount = require('mount');
mount.mount('tmpfs', 'tmpDir', 'tmpfs');
// ... do some stuff in tmpDir
mount.unmount('tmpDir');
// BAH! everything from tmpDir is gone!

Installation

npm install mount

Keywords

mount

FAQs

Package last updated on 30 Oct 2011

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