New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nerdwallet/shepherd

Package Overview
Dependencies
Maintainers
18
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nerdwallet/shepherd - npm Package Compare versions

Comparing version

to
1.14.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.14.1](https://github.com/NerdWalletOSS/shepherd/compare/v1.14.0...v1.14.1) (2021-03-08)
### Bug Fixes
* drop deprecated silent() from simple-git ([#445](https://github.com/NerdWalletOSS/shepherd/issues/445)) ([8ce510e](https://github.com/NerdWalletOSS/shepherd/commit/8ce510e0585d5e5aba666603fee101b4dbde7b72))
# [1.14.0](https://github.com/NerdWalletOSS/shepherd/compare/v1.13.1...v1.14.0) (2021-02-11)

@@ -2,0 +9,0 @@

5

lib/adapters/git.js

@@ -33,3 +33,2 @@ "use strict";

const git = promise_1.default();
git.silent(true);
yield git.clone(repoPath, localPath, ['--depth', '1']);

@@ -81,5 +80,3 @@ }

git(repo) {
const git = promise_1.default(this.getRepoDir(repo));
git.silent(true);
return git;
return promise_1.default(this.getRepoDir(repo));
}

@@ -86,0 +83,0 @@ isShepherdCommitMessage(message) {

4

package.json
{
"name": "@nerdwallet/shepherd",
"version": "1.14.0",
"version": "1.14.1",
"description": "A utility for applying code changes across many repositories",

@@ -62,3 +62,3 @@ "keywords": [

"preferences": "^2.0.2",
"simple-git": "^2.34.2"
"simple-git": "^2.36.1"
},

@@ -65,0 +65,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet