
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Lightweight module for parsing an URI Based in Steven Levithan method.
$ npm install parse-uri --save
If you want to use in the browser (powered by Browserify):
$ bower install parse-uri --save
and later link in your HTML:
<script src="bower_components/parse-uri/dist/parse-uri.js"></script>
var parseUri = require('parse-uri')
parseUri('myURL')
Type: boolean
Default: false
Determinate if use loose
or strict
mode.
Loose mode deviates slightly from the official generic URI spec (RFC 3986)
MIT © Kiko Beats
1.0.4 (2022-02-04)
<a name="1.0.0"></a>
FAQs
Lightweight module for parsing an URI
The npm package parse-uri receives a total of 54,958 weekly downloads. As such, parse-uri popularity was classified as popular.
We found that parse-uri demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.