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 1.0.0 to 1.0.1

12

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

@@ -9,5 +9,8 @@ "main": "index.js",

],
"engines": {
"node": ">=4"
},
"scripts": {
"test": "tape test.js",
"md": "mos"
"test": "preview && tape test.js",
"md": "preview && mos"
},

@@ -42,3 +45,3 @@ "mos": {

"dependencies": {
"execa": "^0.6.3",
"execa": "^0.8.0",
"retry": "^0.10.1"

@@ -49,4 +52,5 @@ },

"mos-plugin-readme": "^1.0.4",
"package-preview": "^1.0.1",
"tape": "^4.6.3"
}
}
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