New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-path-tools

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

node-path-tools

This is a basic package that finds if files are in windows path and can return their location

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

This is a basic package that finds if files are in windows path and can return their location

Usage

const pathTools = reqire("node-path-tools");
pathTools.getLocationFromPath(filename); // returns absolute path to file if file dont exist it returns undefined
pathTools.existsInPath(filename); // returns if file exists

Keywords

path

FAQs

Package last updated on 18 Sep 2018

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