Socket
Socket
Sign inDemoInstall

@geut/git-url-parse

Package Overview
Dependencies
35
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.2.4

4

package.json
{
"name": "@geut/git-url-parse",
"version": "3.2.1",
"version": "3.2.4",
"description": "Function to parse a git url and generates template url for the git compare preview.",

@@ -36,3 +36,3 @@ "type": "module",

},
"gitHead": "c325a90e6df1ab389952a87f0f4fb5f88948142b"
"gitHead": "a3d861cf12026bb1c85edab4997a6e63a787f8b7"
}

@@ -10,3 +10,3 @@ import { promisify } from 'util'

github: {
releaseTemplate: 'https://github.com/[full_name]/releases/tags/[next]',
releaseTemplate: 'https://github.com/[full_name]/releases/tag/[next]',
compareTemplate: 'https://github.com/[full_name]/compare/[prev]...[next]',

@@ -13,0 +13,0 @@ branch: 'HEAD'

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc