Socket
Socket
Sign inDemoInstall

drive-by-path

Package Overview
Dependencies
5
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

drive-by-path


Version published
Maintainers
1
Install size
2.44 MB
Created

Readme

Source

drive-by-path

Status Build status

Returns the drive to which a path belongs

Install

Install it via npm.

npm install drive-by-path

Usage

const driveByPath = require('drive-by-path')

driveByPath('/zkochan/foo')
  .then(drive => console.log(drive))
//> {
//    matchedMountpointPath: '/'
//    device: '/dev/disk0',
//    displayName: '/dev/disk0',
//    ...
//  }

API

driveByPath(path): Promise<DriveInfo>

Returns info abouth the drive under which the path is located. Also returns what mountpoint was matched via matchedMountpointPath: one drive can have multiple mountpoints.

Arguments:

  • path - string - the filepath for which the drive is searched

License

MIT

Keywords

FAQs

Last updated on 06 Oct 2017

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc