
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
universal-path
Advanced tools
Cross-platform universal node.js `path` module replacement that works better with Windows.
Cross-platform universal node.js path
module replacement that works better with Windows.
const sysPath = require('universal-path');
// Two additional helper methods.
sysPath.slashes(path) // Converts win32 path to unit path.
sysPath.unslashes(path) // Converts unix path to win32 path.
// Methods from node.js `path`.
sysPath.isAbsolute()
sysPath.basename()
sysPath.sep()
// Methods from node.js `path`; `slashes` is executed on the output.
sysPath.normalize()
sysPath.relative()
sysPath.resolve()
sysPath.join()
sysPath.dirname()
MIT
Copyright (c) 2016 Paul Miller (http://paulmillr.com)
FAQs
Cross-platform universal node.js `path` module replacement that works better with Windows.
The npm package universal-path receives a total of 1,750 weekly downloads. As such, universal-path popularity was classified as popular.
We found that universal-path demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.