Socket
Socket
Sign inDemoInstall

husky

Package Overview
Dependencies
39
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

2

lib/installer/getScript.js

@@ -84,3 +84,3 @@ "use strict";

"pnpm") run_command pnpx --no-install;;
"yarn") run_command yarn;;
"yarn") run_command yarn run --silent;;
"*") echo "Unknow package manager: $packageManager"; exit 0;;

@@ -87,0 +87,0 @@ esac

{
"name": "husky",
"version": "4.0.0",
"version": "4.0.1",
"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": {

@@ -12,3 +12,3 @@ # Husky

```sh
npm install husky@next --save-dev
npm install husky --save-dev
```

@@ -15,0 +15,0 @@

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