🔮 Parse paths (local paths, urls: ssh/git/etc)
Installations
npm install parse-path
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
18.6.0
NPM Version
8.13.2
Score
99.8
Supply Chain
100
Quality
78.3
Maintenance
100
Vulnerability
100
License
Releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
IonicaBizau
Download Statistics
Total Downloads
777,559,219
Last Day
733,175
Last Week
3,971,617
Last Month
16,460,728
Last Year
186,246,846
GitHub Statistics
MIT License
20 Stars
101 Commits
10 Forks
5 Watchers
1 Branches
4 Contributors
Updated on Jul 16, 2024
Bundle Size
1.03 kB
Minified
539.00 B
Minified + Gzipped
Package Meta Information
Latest Version
7.0.0
Package Id
parse-path@7.0.0
Unpacked Size
12.81 kB
Size
4.87 kB
File Count
4
NPM Version
8.13.2
Node Version
18.6.0
Total Downloads
Cumulative downloads
Total Downloads
777,559,219
Last Day
3.1%
733,175
Compared to previous day
Last Week
4.9%
3,971,617
Compared to previous week
Last Month
36.6%
16,460,728
Compared to previous month
Last Year
7.5%
186,246,846
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
parse-path
Parse paths (local paths, urls: ssh/git/etc)
:cloud: Installation
1# Using npm 2npm install --save parse-path 3 4# Using yarn 5yarn add parse-path
:clipboard: Example
1// Dependencies 2const parsePath = require("parse-path") 3 4console.log(parsePath("http://ionicabizau.net/blog")) 5// { 6// protocols: [ 'http' ], 7// protocol: 'http', 8// port: '', 9// resource: 'ionicabizau.net', 10// user: '', 11// password: '', 12// pathname: '/blog', 13// hash: '', 14// search: '', 15// href: 'http://ionicabizau.net/blog', 16// query: {} 17// } 18 19console.log(parsePath("http://domain.com/path/name?foo=bar&bar=42#some-hash")) 20// { 21// protocols: [ 'http' ], 22// protocol: 'http', 23// port: '', 24// resource: 'domain.com', 25// user: '', 26// password: '', 27// pathname: '/path/name', 28// hash: 'some-hash', 29// search: 'foo=bar&bar=42', 30// href: 'http://domain.com/path/name?foo=bar&bar=42#some-hash', 31// query: { foo: 'bar', bar: '42' } 32// } 33 34console.log(parsePath("git+ssh://git@host.xz/path/name.git")) 35// { 36// protocols: [ 'git', 'ssh' ], 37// protocol: 'git', 38// port: '', 39// resource: 'host.xz', 40// user: 'git', 41// password: '', 42// pathname: '/path/name.git', 43// hash: '', 44// search: '', 45// href: 'git+ssh://git@host.xz/path/name.git', 46// query: {} 47// }
:question: Get Help
There are few ways to get help:
- Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
- For bug reports and feature requests, open issues. :bug:
- For direct and quick help, you can use Codementor. :rocket:
:memo: Documentation
parsePath(url)
Parses the input url.
Params
- String
url
: The input url.
Return
- Object An object containing the following fields:
protocols
(Array): An array with the url protocols (usually it has one element).protocol
(String): The first protocol or"file"
.port
(String): The domain port (default:""
).resource
(String): The url domain/hostname.host
(String): The url domain (including subdomain and port).user
(String): The authentication user (default:""
).password
(String): The authentication password (default:""
).pathname
(String): The url pathname.hash
(String): The url hash.search
(String): The url querystring value (excluding?
).href
(String): The normalized input url.query
(Object): The url querystring, parsed as object.parse_failed
(Boolean): Whether the parsing failed or not.
:yum: How to contribute
Have an idea? Found a bug? See how to contribute.
:sparkling_heart: Support my projects
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
-
Starring and sharing the projects you like :rocket:
-
—I love books! I will remember you after years if you buy me one. :grin: :book:
-
—You can make one-time donations via PayPal. I'll probably buy a
coffeetea. :tea: -
—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).
-
Bitcoin—You can send me bitcoins at this address (or scanning the code below):
1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6
Thanks! :heart:
:dizzy: Where is this library used?
If you are using this library in one of your projects, add it in this list. :sparkles:
parse-url
@pvm/gitlab
@enkeledi/react-native-week-month-date-picker
eleventy-plugin-embed-soundcloud
@hemith/react-native-tnk
native-kakao-login
react-native-my-first-try-arun-ramya
react-native-kakao-maps
react-native-is7
react-native-ytximkit
react-native-payu-payment-testing
npm_one_1_2_3
react-fsm-router
react-native-biometric-authenticate
react-native-arunmeena1987
react-native-contact-list
rn-adyen-dropin
tria-prima
sm-versioning
@positionex/position-sdk
@okayhq/backstage-backend-plugin
@corelmax/react-native-my2c2p-sdk
@felipesimmi/react-native-datalogic-module
@hawkingnetwork/react-native-tab-view
drowl-base-theme-iconset
native-apple-login
react-native-cplus
npm_qwerty
react-native-arunjeyam1987
react-native-bubble-chart
react-native-flyy
@alphy11/semantic-release-gitlab
@apardellass/react-native-audio-stream
@fgreinacher/semantic-release-gitlab
@geeky-apo/react-native-advanced-clipboard
@j4s0n/semantic-release-gitlab
@saad27/react-native-bottom-tab-tour
@xudong/semantic-release-gitlab
candlelabssdk
npm_one_12_34_1_
npm_one_2_2
payutesting
react-native-dsphoto-module
react-native-sayhello-module
react-native-responsive-size
@flareapp/ignition-ui
semantic-release-gitee
semantic-release-gitlab-plugin
@con-test/react-native-concent-common
react-native-shekhar-bridge-test
@pvm/github
@pvm/plugin-conventional-changelog
react-feedback-sdk
luojia-cli-dev
birken-react-native-community-image-editor
@devdiary/semantic-devdiary-release
reac-native-arun-ramya-test
react-native-arun-ramya-test
react-native-arunramya151
react-native-pulsator-native
react-native-plugpag-wrapper
react-native-transtracker-library
semantic-release-version
@screeb/react-native
@jfilipe-sparta/react-native-module_2
@tjoussen/semantic-release-gitlab-mr
@buganto/client
@cloudoki/donderflow
react-native-syan-photo-picker
@wecraftapps/react-native-use-keyboard
astra-ufo-sdk
l2forlerna
native-google-login
raact-native-arunramya151
reddit-title-has-verbatim-quote
react-native-modal-progress-bar
react-native-test-module-hhh
react-native-badge-control
react-native-jsi-device-info
styless-react
rn-tm-notify
native-date-picker-module
:scroll: License
Stable Version
Stable Version
7.0.0
High
1
7.3/10
Summary
Authorization Bypass in parse-path
Affected Versions
< 5.0.0
Patched Versions
5.0.0
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 2/9 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 30 are checked with a SAST tool
Score
3.3
/10
Last Scanned on 2025-02-10
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 More