Socket
Socket
Sign inDemoInstall

x-path

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    x-path

An extention for native node path module.


Version published
Weekly downloads
57K
increased by11.44%
Maintainers
1
Install size
18.9 kB
Created
Weekly downloads
 

Readme

Source

x-path

NPM version Build Status Dependency Status Code Climate Coverage Status

An extention for native node path module.

Install

$ npm install --save x-path

Usage

var path = require('x-path');

path.isAbsolutePath(somePath)
path.isRelativePath(somePath)

API

isAbsolutePath

isRelativePath

isRootDirectory

unifyPathSeparate

normalizePathSeparate

isDirectory

isFile

isDirectorySync

isFileSync

And three more come from path-extra

  • tempdir
  • homedir
  • datadir

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp.

License

Copyright (c) 2015 Node X Extras. Licensed under the MIT license.

Keywords

FAQs

Last updated on 21 Mar 2015

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