🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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.5.0-rc.2
to
2.5.0-rc.3
+3
-1
lib/GitFetcher.js

@@ -28,3 +28,5 @@ "use strict";

loader: () => this.cloneFromRemote(normalizedLocator, nextOpts),
}, opts.cacheOptions);
skipIntegrityCheck: opts.skipIntegrityCheck,
...opts.cacheOptions,
});
return {

@@ -31,0 +33,0 @@ packageFs,

{
"name": "@yarnpkg/plugin-git",
"version": "2.5.0-rc.2",
"version": "2.5.0-rc.3",
"license": "BSD-2-Clause",

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

"@types/semver": "^7.1.0",
"@yarnpkg/fslib": "^2.6.0-rc.12",
"@yarnpkg/fslib": "^2.6.0-rc.13",
"clipanion": "^3.0.1",

@@ -16,7 +16,7 @@ "git-url-parse": "11.1.2",

"peerDependencies": {
"@yarnpkg/core": "^3.1.0-rc.13"
"@yarnpkg/core": "^3.1.0-rc.14"
},
"devDependencies": {
"@types/git-url-parse": "^9.0.0",
"@yarnpkg/core": "^3.1.0-rc.13"
"@yarnpkg/core": "^3.1.0-rc.14"
},

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