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

clean-git-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-git-cli - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

.editorconfig

40

package.json
{
"name": "clean-git-cli",
"version": "1.0.1",
"description": "Find all git repos that are not 'clean' from your command line",
"bin": {
"clean-git": "index.js"
"version": "2.0.0",
"author": "Pablo Varela <pablovarela182@gmail.com>",
"bugs": {
"url": "https://github.com/pablopunk/clean-git-cli/issues",
"email": "pablovarela182@gmail.com"
},
"author": "Pablo Varela",
"license": "MIT",
"dependencies": {
"args": "^3.0.2",
"clean-git": "^2.0.0"
"contributors": [
"Pablo Varela <pablovarela182@gmail.com>"
],
"dependencies": {},
"devDependencies": {
"standard": "*"
},
"homepage": "https://github.com/pablopunk/clean-git-cli",
"keywords": [
"git",
"repos",
"miny",
"find",

@@ -21,10 +26,19 @@ "cli",

],
"license": "MIT",
"main": "index.js",
"nyc": {
"reporter": [
"lcov",
"html",
"text"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/pablopunk/clean-git-cli.git"
"url": "https://github.com/pablopunk/clean-git-cli"
},
"bugs": {
"url": "https://github.com/pablopunk/clean-git-cli/issues"
},
"homepage": "https://github.com/pablopunk/clean-git-cli#readme"
"scripts": {
"lint": "standard",
"test": "npm run lint"
}
}
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