Sign In

@yarnpkg/plugin-git

Package Overview
Dependencies
Maintainers
6
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/plugin-git - npm Package Compare versions

Comparing version
2.6.2
to
2.6.3
+1
-1
lib/gitUtils.d.ts

@@ -13,3 +13,3 @@ import { Configuration, Locator, Project } from '@yarnpkg/core';

export declare function isGitUrl(url: string): boolean;
export declare type RepoUrlParts = {
export type RepoUrlParts = {
repo: string;

@@ -16,0 +16,0 @@ treeish: {

{
"name": "@yarnpkg/plugin-git",
"version": "2.6.2",
"version": "2.6.3",
"license": "BSD-2-Clause",

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

"@types/semver": "^7.1.0",
"@yarnpkg/fslib": "^2.7.1",
"@yarnpkg/fslib": "^2.9.0",
"clipanion": "3.2.0-rc.4",
"git-url-parse": "11.1.2",
"git-url-parse": "^13.1.0",
"lodash": "^4.17.15",

@@ -17,3 +17,3 @@ "semver": "^7.1.2",

"peerDependencies": {
"@yarnpkg/core": "^3.2.4"
"@yarnpkg/core": "^3.3.0"
},

@@ -23,3 +23,3 @@ "devDependencies": {

"@types/lodash": "^4.14.136",
"@yarnpkg/core": "^3.2.4"
"@yarnpkg/core": "^3.3.0"
},

@@ -26,0 +26,0 @@ "repository": {