Socket
Socket
Sign inDemoInstall

husky

Package Overview
Dependencies
41
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.1 to 4.2.2

3

lib/installer/hooks.js

@@ -31,5 +31,2 @@ "use strict";

'pre-push',
'pre-receive',
'update',
'post-receive',
'post-update',

@@ -36,0 +33,0 @@ 'push-to-checkout',

2

package.json
{
"name": "husky",
"version": "4.2.1",
"version": "4.2.2",
"description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)",

@@ -5,0 +5,0 @@ "bin": {

@@ -34,2 +34,6 @@ # Husky

## Reinstall
If Husky is already in your `node_modules` or `pnp.js` (Yarn 2) and you want to reinstall hooks, you can run `npm rebuild` or `yarn rebuild`.
## Uninstall

@@ -254,3 +258,3 @@

That said, if you prefer to use an array, the recommended approach is to define them in `.huskyrc.js`.
That said, if you prefer to use an array, the recommended approach is to define them in `.huskyrc.js` or `husky.config.js`.

@@ -257,0 +261,0 @@ ```js

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc