You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

git-url-parse

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-url-parse - npm Package Compare versions

Comparing version

to
6.2.0

2

lib/index.js

@@ -94,2 +94,4 @@ "use strict";

case "ssh+git":
case "ftp":
case "ftps":
return type + "://" + user + "@" + obj.resource + port + "/" + obj.full_name + ".git";

@@ -96,0 +98,0 @@ case "http":

2

package.json
{
"name": "git-url-parse",
"version": "6.1.1",
"version": "6.2.0",
"description": "A high level git url parser for common git providers.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet