New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

commit-ticket

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commit-ticket - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
package.json

@@ -8,3 +8,3 @@ {

],
"version": "1.0.1",
"version": "1.0.2",
"description": "Git hook intended for automatically placing ticket id from branch name to commit message",

@@ -11,0 +11,0 @@ "author": "Genrikh Fetischev <genrikhfetischev@gmail.com>",

@@ -43,6 +43,8 @@ ## Motivation

```
3. Adjust hook, for instance with [Husky](https://github.com/typicode/husky):
3. Adjust hook, for instance with [Husky](https://github.com/typicode/husky).
It is required to use that hook at `commit-msg` stage because only there we have a path
to entered commit message:
```yaml
hooks:
prepare-commit-msg: commit-ticket $HUSKY_GIT_PARAMS
commit-msg: commit-ticket $HUSKY_GIT_PARAMS
```

@@ -49,0 +51,0 @@