+11
-11
| { | ||
| "name": "lefthook", | ||
| "version": "2.0.12", | ||
| "version": "2.0.13", | ||
| "description": "Simple git hooks manager", | ||
@@ -31,12 +31,12 @@ "repository": { | ||
| "optionalDependencies": { | ||
| "lefthook-darwin-arm64": "2.0.12", | ||
| "lefthook-darwin-x64": "2.0.12", | ||
| "lefthook-linux-arm64": "2.0.12", | ||
| "lefthook-linux-x64": "2.0.12", | ||
| "lefthook-freebsd-arm64": "2.0.12", | ||
| "lefthook-freebsd-x64": "2.0.12", | ||
| "lefthook-openbsd-arm64": "2.0.12", | ||
| "lefthook-openbsd-x64": "2.0.12", | ||
| "lefthook-windows-arm64": "2.0.12", | ||
| "lefthook-windows-x64": "2.0.12" | ||
| "lefthook-darwin-arm64": "2.0.13", | ||
| "lefthook-darwin-x64": "2.0.13", | ||
| "lefthook-linux-arm64": "2.0.13", | ||
| "lefthook-linux-x64": "2.0.13", | ||
| "lefthook-freebsd-arm64": "2.0.13", | ||
| "lefthook-freebsd-x64": "2.0.13", | ||
| "lefthook-openbsd-arm64": "2.0.13", | ||
| "lefthook-openbsd-x64": "2.0.13", | ||
| "lefthook-windows-arm64": "2.0.13", | ||
| "lefthook-windows-x64": "2.0.13" | ||
| }, | ||
@@ -43,0 +43,0 @@ "scripts": { |
+1
-1
@@ -25,3 +25,3 @@  | ||
| ```bash | ||
| go install github.com/evilmartians/lefthook/v2@v2.0.12 | ||
| go install github.com/evilmartians/lefthook/v2@v2.0.13 | ||
| ``` | ||
@@ -28,0 +28,0 @@ |
+85
-2
@@ -445,3 +445,3 @@ { | ||
| }, | ||
| "$comment": "Last updated on 2025.12.10.", | ||
| "$comment": "Last updated on 2025.12.19.", | ||
| "properties": { | ||
@@ -625,4 +625,87 @@ "min_version": { | ||
| }, | ||
| "additionalProperties": false, | ||
| "additionalProperties": { | ||
| "properties": { | ||
| "parallel": { | ||
| "type": "boolean" | ||
| }, | ||
| "piped": { | ||
| "type": "boolean" | ||
| }, | ||
| "follow": { | ||
| "type": "boolean" | ||
| }, | ||
| "fail_on_changes": { | ||
| "type": "string", | ||
| "enum": [ | ||
| "true", | ||
| "1", | ||
| "0", | ||
| "false", | ||
| "never", | ||
| "always", | ||
| "ci", | ||
| "non-ci" | ||
| ] | ||
| }, | ||
| "fail_on_changes_diff": { | ||
| "type": "boolean" | ||
| }, | ||
| "files": { | ||
| "type": "string" | ||
| }, | ||
| "exclude_tags": { | ||
| "items": { | ||
| "type": "string" | ||
| }, | ||
| "type": "array" | ||
| }, | ||
| "exclude": { | ||
| "items": { | ||
| "type": "string" | ||
| }, | ||
| "type": "array" | ||
| }, | ||
| "skip": { | ||
| "oneOf": [ | ||
| { | ||
| "type": "boolean" | ||
| }, | ||
| { | ||
| "type": "array" | ||
| } | ||
| ] | ||
| }, | ||
| "only": { | ||
| "oneOf": [ | ||
| { | ||
| "type": "boolean" | ||
| }, | ||
| { | ||
| "type": "array" | ||
| } | ||
| ] | ||
| }, | ||
| "jobs": { | ||
| "items": { | ||
| "$ref": "#/$defs/Job" | ||
| }, | ||
| "type": "array" | ||
| }, | ||
| "commands": { | ||
| "additionalProperties": { | ||
| "$ref": "#/$defs/Command" | ||
| }, | ||
| "type": "object" | ||
| }, | ||
| "scripts": { | ||
| "additionalProperties": { | ||
| "$ref": "#/$defs/Script" | ||
| }, | ||
| "type": "object" | ||
| } | ||
| }, | ||
| "additionalProperties": false, | ||
| "type": "object" | ||
| }, | ||
| "type": "object" | ||
| } |
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
25925
6.21%756
12.33%