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 3.1.2 to 4.0.0

25

package.json
{
"name": "graceful-git",
"version": "3.1.2",
"version": "4.0.0",
"description": "Executes git commands gracefully. Retries them on errors",

@@ -10,3 +10,3 @@ "main": "index.js",

"engines": {
"node": ">=10"
"node": ">=18.12"
},

@@ -21,3 +21,3 @@ "mos": {

},
"repository": "https://github.com/zkochan/packages/tree/master/graceful-git",
"repository": "https://github.com/zkochan/packages/tree/main/graceful-git",
"keywords": [

@@ -34,17 +34,22 @@ "git",

"license": "MIT",
"homepage": "https://github.com/zkochan/packages/tree/master/graceful-git#readme",
"homepage": "https://github.com/zkochan/packages/tree/main/graceful-git#readme",
"dependenciesMeta": {
"graceful-git": {
"injected": true
}
},
"dependencies": {
"retry": "^0.12.0",
"safe-execa": "^0.1.0"
"retry": "^0.13.1",
"safe-execa": "^0.1.1"
},
"devDependencies": {
"graceful-git": "file:",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"package-preview": "3.0.0",
"tape": "^5.1.1"
"tape": "^5.3.2"
},
"scripts": {
"test": "preview && tape test.js",
"md": "preview && mos"
"test": "tape test.js",
"md": "mos"
}
}
LICENSE

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