graceful-git
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "graceful-git", | ||
"version": "2.0.0", | ||
"description": "Executes git commands gracefully. Retries them on errors", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
], | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"scripts": { | ||
"test": "preview && tape test.js", | ||
"md": "preview && mos" | ||
}, | ||
"mos": { | ||
"plugins": [ | ||
"readme" | ||
], | ||
"installation": { | ||
"useShortAlias": true | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/zkochan/graceful-git.git" | ||
}, | ||
"keywords": [ | ||
"git", | ||
"retry", | ||
"retries", | ||
"exec" | ||
], | ||
"author": { | ||
"name": "Zoltan Kochan", | ||
"url": "https://www.kochan.io" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/zkochan/graceful-git/issues" | ||
}, | ||
"homepage": "https://github.com/zkochan/graceful-git#readme", | ||
"dependencies": { | ||
"execa": "^1.0.0", | ||
"retry": "^0.12.0" | ||
}, | ||
"devDependencies": { | ||
"mos": "^2.0.0-alpha.3", | ||
"mos-plugin-readme": "^1.0.4", | ||
"package-preview": "^1.0.1", | ||
"tape": "^4.6.3" | ||
} | ||
"name": "graceful-git", | ||
"version": "3.0.0", | ||
"description": "Executes git commands gracefully. Retries them on errors", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"scripts": { | ||
"test": "preview && tape test.js", | ||
"md": "preview && mos" | ||
}, | ||
"mos": { | ||
"plugins": [ | ||
"readme" | ||
], | ||
"installation": { | ||
"useShortAlias": true | ||
} | ||
}, | ||
"repository": "https://github.com/zkochan/packages/tree/master/graceful-git", | ||
"keywords": [ | ||
"git", | ||
"retry", | ||
"retries", | ||
"exec" | ||
], | ||
"author": { | ||
"name": "Zoltan Kochan", | ||
"url": "https://www.kochan.io" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/zkochan/packages/tree/master/graceful-git#readme", | ||
"dependencies": { | ||
"execa": "^3.4.0", | ||
"retry": "^0.12.0" | ||
}, | ||
"devDependencies": { | ||
"mos": "^2.0.0-alpha.3", | ||
"mos-plugin-readme": "^1.0.4", | ||
"package-preview": "3.0.0", | ||
"tape": "^4.11.0" | ||
} | ||
} |
@@ -5,4 +5,4 @@ # graceful-git | ||
<!--@shields('npm', 'travis')--> | ||
[![npm version](https://img.shields.io/npm/v/graceful-git.svg)](https://www.npmjs.com/package/graceful-git) [![Build Status](https://img.shields.io/travis/zkochan/graceful-git/master.svg)](https://travis-ci.org/zkochan/graceful-git) | ||
<!--@shields('npm')--> | ||
[![npm version](https://img.shields.io/npm/v/graceful-git.svg)](https://www.npmjs.com/package/graceful-git) | ||
<!--/@--> | ||
@@ -13,3 +13,3 @@ | ||
```sh | ||
npm i -S graceful-git | ||
<npm|yarn|pnpm> add graceful-git | ||
``` | ||
@@ -16,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3784
1
1
+ Addedcross-spawn@7.0.6(transitive)
+ Addedexeca@3.4.0(transitive)
+ Addedget-stream@5.2.0(transitive)
+ Addedhuman-signals@1.1.1(transitive)
+ Addedis-stream@2.0.1(transitive)
+ Addedmerge-stream@2.0.0(transitive)
+ Addedmimic-fn@2.1.0(transitive)
+ Addednpm-run-path@4.0.1(transitive)
+ Addedonetime@5.1.2(transitive)
+ Addedp-finally@2.0.1(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedstrip-final-newline@2.0.0(transitive)
+ Addedwhich@2.0.2(transitive)
- Removedcross-spawn@6.0.6(transitive)
- Removedexeca@1.0.0(transitive)
- Removedget-stream@4.1.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removednice-try@1.0.5(transitive)
- Removednpm-run-path@2.0.2(transitive)
- Removedp-finally@1.0.0(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedsemver@5.7.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedstrip-eof@1.0.0(transitive)
- Removedwhich@1.3.1(transitive)
Updatedexeca@^3.4.0