graceful-git
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "graceful-git", | ||
"version": "3.0.1", | ||
"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": "^4.0.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" | ||
} | ||
"name": "graceful-git", | ||
"version": "3.0.2", | ||
"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": "^5.0.0", | ||
"retry": "^0.12.0" | ||
}, | ||
"devDependencies": { | ||
"mos": "2.0.0-alpha.3", | ||
"mos-plugin-readme": "^1.0.4", | ||
"package-preview": "3.0.0", | ||
"tape": "^5.0.1" | ||
} | ||
} |
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
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
3914
5
+ Addedexeca@5.1.1(transitive)
+ Addedget-stream@6.0.1(transitive)
+ Addedhuman-signals@2.1.0(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedexeca@4.1.0(transitive)
- Removedget-stream@5.2.0(transitive)
- Removedhuman-signals@1.1.1(transitive)
- Removedonce@1.4.0(transitive)
- Removedpump@3.0.2(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedexeca@^5.0.0