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

husky

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

husky - npm Package Compare versions

Comparing version 4.3.4 to 4.3.5

1

lib/installer/bin.js

@@ -91,5 +91,4 @@ "use strict";

console.log(chalk_1.default.red(`husky > Failed to ${action}`));
process.exit(1);
}
}
run();

3

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

@@ -66,2 +66,3 @@ "bin": {

"@types/cosmiconfig": "^6.0.0",
"@types/is-ci": "^2.0.0",
"@types/jest": "^25.2.1",

@@ -68,0 +69,0 @@ "@types/mkdirp": "^1.0.0",

@@ -11,4 +11,9 @@ # Husky

**Note for npm v7 users** Currently `INIT_CWD` environment variable is missing in npm v7 and is required for Husky v4 to auto-install (https://github.com/npm/cli/issues/2033). To manually install husky v4, run `INIT_CWD="$(pwd)" npm install husky --save-dev` or upgrade to [husky v5](https://typicode.github.io/husky/#/).
**Note for npm v7 users** Currently `INIT_CWD` environment variable is missing in npm v7 and is required for Husky v4 to auto-install (https://github.com/npm/cli/issues/2033). To manually install husky v4, run
```shell
INIT_CWD="$(pwd)" npm install husky --save-dev
```
Or upgrade to [husky v5](https://typicode.github.io/husky/#/).
## Install

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

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