New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

git-graft

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-graft - npm Package Compare versions

Comparing version 0.0.17-alpha to 0.0.18-alpha

2

package.json
{
"name": "git-graft",
"description": "git hook generator that prepends branch name to commit message",
"version": "0.0.17-alpha",
"version": "0.0.18-alpha",
"author": "JacobMGEvans",

@@ -6,0 +6,0 @@ "bin": {

@@ -13,3 +13,4 @@ # git-graft

- Generated Git Hook
- Zero Config Option -- following GitFlow DevOps best practices.
<!-- Find better documentation for GitFlow -- GitKraken is pretty good-->
- Zero Config Option -- Utilizing [GitFlow best practices](https://www.gitkraken.com/learn/git/git-flow).
- Configurable [git-graft.json](#configuration)

@@ -56,3 +57,3 @@ - Hook is a bin file running Node & no dependencies

`RegExp List` _required_ -- Refers to GitFlows from DevOps best practices. Git Graft Hook will wrap the list in `()` and the constructor includes the forward slash & escape `\/` [example](#regex-examples)
`RegExp List` _required_ -- Refers to GitFlow best practices. Git Graft Hook will wrap the list in `()` and the constructor includes the forward slash & escape `\/` [example](#regex-examples)

@@ -59,0 +60,0 @@ **branchPattern:**

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