+11
-11
| { | ||
| "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": { |
+1
-1
@@ -25,3 +25,3 @@  | ||
| ```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 @@ |
+37
-5
@@ -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": { |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
26517
2.28%788
4.23%