Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-url-parse

Package Overview
Dependencies
Maintainers
1
Versions
58
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 6.0.1 to 6.0.2

17

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

@@ -39,3 +39,14 @@ "main": "dist/index.js",

"tester": "^1.3.1"
}
}
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"resources/",
"menu/",
"cli.js",
"index.js"
]
}

49

README.md

@@ -0,1 +1,2 @@

[![git-url-parse](http://i.imgur.com/HlfMsVf.png)](#)

@@ -7,3 +8,3 @@

## Installation
## :cloud: Installation

@@ -14,4 +15,7 @@ ```sh

## Example
## :clipboard: Example
```js

@@ -64,4 +68,5 @@ // Dependencies

## Documentation
## :memo: Documentation
### `gitUrlParse(url)`

@@ -102,26 +107,28 @@ Parses a Git url.

## How to contribute
## :yum: How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].
## Where is this library used?
## :dizzy: Where is this library used?
If you are using this library in one of your projects, add it in this list. :sparkles:
- [`git-issues`](https://github.com/softwarescales/git-issues) by Gabriel Petrovay
- [`git-source`](https://github.com/IonicaBizau/git-source#readme)
- [`autorelease-setup`](https://github.com/tyler-johnson/autorelease-setup#readme) (by Tyler Johnson)—A CLI tool for setting up a repository with autorelease.
- [`documentation`](https://github.com/documentationjs/documentation#readme) (by Tom MacWright)—a documentation generator
- [`download-repo-cli`](https://github.com/egoist/download-repo-cli#readme) (by EGOIST)—CLI tool to download GitHub repo.
- [`generator-nm-bti`](https://gitlab.com/beneaththeink/generator-nm-bti#README) (by Tyler Johnson)—Scaffold out a node module, Beneath the Ink style.
- [`git-issues`](https://github.com/softwarescales/git-issues) (by Gabriel Petrovay)—Git issues extension to list issues of a Git project
- [`git-source`](https://github.com/IonicaBizau/git-source#readme)—Parse and stringify git urls in a friendly way.
- [`github-publish-npm`](https://github.com/ofersadgat/github-publish-npm) (by Ofer Sadgat)—This will upload publish npm assets to the GitHub Releases API.
- [`gtni`](https://nmrony.github.io/gtni) (by Nur Mohammed Rony)—Install your all npm dependencies recursively with gtni while you are doing git clone, fetch or pull
- [`nodeschool-admin`](https://github.com/nodeschool/admin#readme) (by Martin Heidegger)—CLI tool for setting up and maintaining a nodeschool chapters and other things.
- [`ogh`](https://github.com/egoist/ogh#readme) (by EGOIST)—Open GitHub Page of your repo directly in Terminal.
- [`pr-log`](https://github.com/lo1tuma/pr-log#readme) (by Mathias Schreck)—Changelog generator based on GitHub Pull Requests
- [`smart-clone`](https://github.com/ethernetdan/smart-clone#readme)—Clone a directory into a Golang style directory structure
- [`ssh-remote`](https://github.com/IonicaBizau/ssh-remote)—Automagically switch on the SSH remote url in a Git repository.
- [`strapper`](https://npmjs.com/package/strapper) (by Sam Newman)—Coming Soon
- [`github-publish-npm`](https://github.com/ofersadgat/github-publish-npm) by Ofer Sadgat
## :scroll: License
- [`gtni`](https://nmrony.github.io/gtni) by Nur Mohammed Rony
- [`nodeschool-admin`](https://github.com/nodeschool/admin#readme) by Martin Heidegger
- [`ogh`](https://github.com/egoist/ogh#readme) by EGOIST
- [`ssh-remote`](https://github.com/IonicaBizau/ssh-remote)
- [`strapper`](https://npmjs.com/package/strapper) by Sam Newman
## License
[MIT][license] © [Ionică Bizău][website]

@@ -135,2 +142,2 @@

[contributing]: /CONTRIBUTING.md
[docs]: /DOCUMENTATION.md
[docs]: /DOCUMENTATION.md
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc