You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

lefthook

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lefthook - npm Package Compare versions

Comparing version
2.0.15
to
2.0.16
+11
-11
package.json
{
"name": "lefthook",
"version": "2.0.15",
"version": "2.0.16",
"description": "Simple git hooks manager",

@@ -31,12 +31,12 @@ "repository": {

"optionalDependencies": {
"lefthook-darwin-arm64": "2.0.15",
"lefthook-darwin-x64": "2.0.15",
"lefthook-linux-arm64": "2.0.15",
"lefthook-linux-x64": "2.0.15",
"lefthook-freebsd-arm64": "2.0.15",
"lefthook-freebsd-x64": "2.0.15",
"lefthook-openbsd-arm64": "2.0.15",
"lefthook-openbsd-x64": "2.0.15",
"lefthook-windows-arm64": "2.0.15",
"lefthook-windows-x64": "2.0.15"
"lefthook-darwin-arm64": "2.0.16",
"lefthook-darwin-x64": "2.0.16",
"lefthook-linux-arm64": "2.0.16",
"lefthook-linux-x64": "2.0.16",
"lefthook-freebsd-arm64": "2.0.16",
"lefthook-freebsd-x64": "2.0.16",
"lefthook-openbsd-arm64": "2.0.16",
"lefthook-openbsd-x64": "2.0.16",
"lefthook-windows-arm64": "2.0.16",
"lefthook-windows-x64": "2.0.16"
},

@@ -43,0 +43,0 @@ "scripts": {

@@ -25,3 +25,3 @@ ![Build Status](https://github.com/evilmartians/lefthook/actions/workflows/test.yml/badge.svg?branch=master)

```bash
go install github.com/evilmartians/lefthook/v2@v2.0.15
go install github.com/evilmartians/lefthook/v2@v2.0.16
```

@@ -28,0 +28,0 @@

@@ -19,2 +19,8 @@ {

},
"timeout": {
"type": "string",
"examples": [
"15s"
]
},
"skip": {

@@ -54,6 +60,13 @@ "oneOf": [

"file_types": {
"oneOf": [
{
"type": "string"
},
{
"type": "array"
}
],
"items": {
"type": "string"
},
"type": "array"
}
},

@@ -265,2 +278,8 @@ "glob": {

},
"timeout": {
"type": "string",
"examples": [
"15s"
]
},
"glob": {

@@ -299,6 +318,13 @@ "oneOf": [

"file_types": {
"oneOf": [
{
"type": "string"
},
{
"type": "array"
}
],
"items": {
"type": "string"
},
"type": "array"
}
},

@@ -435,2 +461,8 @@ "env": {

},
"timeout": {
"type": "string",
"examples": [
"15s"
]
},
"interactive": {

@@ -450,3 +482,3 @@ "type": "boolean"

},
"$comment": "Last updated on 2025.12.19.",
"$comment": "Last updated on 2026.01.27.",
"properties": {

@@ -453,0 +485,0 @@ "min_version": {