Gathering detailed insights and metrics for normalize-path-sep
Gathering detailed insights and metrics for normalize-path-sep
Gathering detailed insights and metrics for normalize-path-sep
Gathering detailed insights and metrics for normalize-path-sep
npm install normalize-path-sep
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
4 Commits
3 Watching
1 Branches
1 Contributors
Updated on 02 Dec 2017
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
33.3%
4
Compared to previous week
Last month
-73.6%
23
Compared to previous month
Last year
-11%
637
Compared to previous year
normalize path sep
$ npm install --save normalize-path-sep
1const normalizePathSep = require('normalize-path-sep') 2 3// macOS or linux 4normalizePathSep('/path/to/file') 5//=> /path/to/file 6 7// Windows 8normalizePathSep('/path/to/file') 9//=> \\path\\to\\file
normalizePathSep(input)
Type: string
file path.
Thanks goes to these wonderful people (emoji key):
akameco 💻 📖 ⚠️ 🚇 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT © akameco
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/4 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
69 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn Morenormalize-path
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
normalize-range
Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates
normalize-url
Normalize a URL
mz
modernize node.js to current ECMAScript standards