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.1.0
to
2.1.1
+11
-11
package.json
{
"name": "lefthook",
"version": "2.1.0",
"version": "2.1.1",
"description": "Simple git hooks manager",

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

"optionalDependencies": {
"lefthook-darwin-arm64": "2.1.0",
"lefthook-darwin-x64": "2.1.0",
"lefthook-linux-arm64": "2.1.0",
"lefthook-linux-x64": "2.1.0",
"lefthook-freebsd-arm64": "2.1.0",
"lefthook-freebsd-x64": "2.1.0",
"lefthook-openbsd-arm64": "2.1.0",
"lefthook-openbsd-x64": "2.1.0",
"lefthook-windows-arm64": "2.1.0",
"lefthook-windows-x64": "2.1.0"
"lefthook-darwin-arm64": "2.1.1",
"lefthook-darwin-x64": "2.1.1",
"lefthook-linux-arm64": "2.1.1",
"lefthook-linux-x64": "2.1.1",
"lefthook-freebsd-arm64": "2.1.1",
"lefthook-freebsd-x64": "2.1.1",
"lefthook-openbsd-arm64": "2.1.1",
"lefthook-openbsd-x64": "2.1.1",
"lefthook-windows-arm64": "2.1.1",
"lefthook-windows-x64": "2.1.1"
},

@@ -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.1.0
go install github.com/evilmartians/lefthook/v2@v2.1.1
```

@@ -32,3 +32,3 @@

```bash
go get -tool github.com/evilmartians/lefthook
go get -tool github.com/evilmartians/lefthook/v2@v2.1.0
```

@@ -35,0 +35,0 @@