Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lefthook

Package Overview
Dependencies
Maintainers
1
Versions
103
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 1.2.2 to 1.2.3

18

package.json
{
"name": "lefthook",
"version": "1.2.2",
"version": "1.2.3",
"description": "Simple git hooks manager",

@@ -23,10 +23,10 @@ "main": "index.js",

"optionalDependencies": {
"lefthook-darwin-arm64": "1.2.2",
"lefthook-darwin-x64": "1.2.2",
"lefthook-linux-arm64": "1.2.2",
"lefthook-linux-x64": "1.2.2",
"lefthook-freebsd-arm64": "1.2.2",
"lefthook-freebsd-x64": "1.2.2",
"lefthook-windows-arm64": "1.2.2",
"lefthook-windows-x64": "1.2.2"
"lefthook-darwin-arm64": "1.2.3",
"lefthook-darwin-x64": "1.2.3",
"lefthook-linux-arm64": "1.2.3",
"lefthook-linux-x64": "1.2.3",
"lefthook-freebsd-arm64": "1.2.3",
"lefthook-freebsd-x64": "1.2.3",
"lefthook-windows-arm64": "1.2.3",
"lefthook-windows-x64": "1.2.3"
},

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

@@ -60,3 +60,3 @@

* ### **Parallel execution**
Gives you more speed. [Example](./docs/full_guide.md#parallel-execution)
Gives you more speed. [Example](./docs/configuration.md#parallel)

@@ -69,3 +69,3 @@ ```yml

* ### **Flexible list of files**
If you want your own list. [Custom](./docs/full_guide.md#custom-file-list) and [prebuilt](./docs/full_guide.md#select-specific-file-groups) examples.
If you want your own list. [Custom](./docs/configuration.md#files) and [prebuilt](./docs/configuration.md#run) examples.

@@ -110,3 +110,3 @@ ```yml

If oneline commands are not enough, you can execute files. [Example](./docs/full_guide.md#bash-script-example).
If oneline commands are not enough, you can execute files. [Example](./docs/configuration.md#script).

@@ -121,3 +121,3 @@ ```yml

* ### **Tags**
If you want to control a group of commands. [Example](./docs/full_guide.md#skipping-commands-by-tags).
If you want to control a group of commands. [Example](./docs/configuration.md#tags).

@@ -137,3 +137,3 @@ ```yml

If you are in the Docker environment. [Example](./docs/full_guide.md#referencing-commands-from-lefthookyml).
If you are in the Docker environment. [Example](./docs/configuration.md#cmd-template).

@@ -149,3 +149,3 @@ ```yml

If you a frontend/backend developer and want to skip unnecessary commands or override something into Docker. [Description](./docs/full_guide.md#local-config).
If you a frontend/backend developer and want to skip unnecessary commands or override something into Docker. [Description](./docs/usage.md#local-config).

@@ -187,3 +187,5 @@ ```yml

* ### **Optional output**
If you don't want to see supporting information:
If you [don't want to see](./docs/configuration.md#skip_output) supporting information:
```yml

@@ -190,0 +192,0 @@ skip_output:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc