graceful-git
Advanced tools
Comparing version 3.1.2 to 4.0.0
{ | ||
"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" | ||
} | ||
} |
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 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
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
4193
+ Addedretry@0.13.1(transitive)
- Removedretry@0.12.0(transitive)
Updatedretry@^0.13.1
Updatedsafe-execa@^0.1.1