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

@maccuaa/git-clean

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maccuaa/git-clean - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

26

package.json
{
"name": "@maccuaa/git-clean",
"version": "1.0.4",
"version": "1.0.5",
"description": "CLI tool for finding stale Git branches",

@@ -13,3 +13,3 @@ "main": "bin/git-clean",

"build": "rimraf dist && npm run lint && babel src --out-dir dist",
"prepublish": "npm run lint && npm run build",
"prepublishOnly": "npm run lint && npm run build",
"start": "babel-node src/index.mjs"

@@ -27,18 +27,18 @@ },

"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/node": "^7.6.1",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/node": "^7.7.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.6.0",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.19.1",
"rimraf": "^3.0.0"
},
"dependencies": {
"chalk": "2.4.2",
"chalk": "^3.0.0",
"inquirer": "^7.0.0",
"ora": "^3.4.0",
"ora": "^4.0.3",
"rc": "1.2.8",

@@ -45,0 +45,0 @@ "shelljs": "0.8.3",

@@ -5,3 +5,3 @@ # @maccuaa/git-clean

### Find Stale Git Branches
### About

@@ -11,3 +11,3 @@ Use this scipt to identify stale git branches that should be deleted. It does this by iterating over every branch

### Install
# Install

@@ -24,3 +24,3 @@ 1. Install git-clean from NPM.

### Configure
# Configure

@@ -58,3 +58,3 @@ Once installed, you must configure some parameters for git-clean.

### Recommended Setup for large projects
# Recommended Setup for large projects

@@ -64,1 +64,3 @@ For large projects with multiple developers and a large number of branches it is recommended to commit a `.gitcleanrc` file in the root of your project.

install **git-clean** as a devDependency
# Contribute
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