Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graceful-git

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graceful-git - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

96

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc