🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

parse-uri

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-uri - npm Package Compare versions

Comparing version

to
1.0.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## <small>1.0.3 (2020-08-25)</small>
* fix: description ([257a917](https://github.com/kikobeats/parse-uri/commit/257a917))
* Update .travis.yml ([d2ef410](https://github.com/kikobeats/parse-uri/commit/d2ef410))
## <small>1.0.2 (2020-08-24)</small>

@@ -2,0 +9,0 @@

4

package.json
{
"name": "parse-uri",
"description": "Lightweight module for parse an URI.",
"description": "Lightweight module for parsing an URI",
"homepage": "https://github.com/Kikobeats/parse-uri",
"version": "1.0.2",
"version": "1.0.3",
"main": "./index.js",

@@ -7,0 +7,0 @@ "author": {

@@ -10,3 +10,3 @@ # parse-uri

> Lightweight module for parse an URI. Based in [Steven Levithan](http://blog.stevenlevithan.com/archives/parseuri) method.
> Lightweight module for parsing an URI Based in [Steven Levithan](http://blog.stevenlevithan.com/archives/parseuri) method.

@@ -13,0 +13,0 @@ ## Install