Socket
Socket
Sign inDemoInstall

husky

Package Overview
Dependencies
4
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.3-0 to 0.13.3

2

package.json
{
"name": "husky",
"version": "0.13.3-0",
"version": "0.13.3",
"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 @@ "main": "./src/index.js",

@@ -100,2 +100,3 @@ var fs = require('fs')

arr = arr.concat([
// Load nvm with BREW_NVM_DIR set to /usr/local/opt/nvm
'load_nvm BREW_NVM_DIR /usr/local/opt/nvm',

@@ -107,2 +108,3 @@ ''

arr = arr.concat([
// Load nvm with NVM_DIR set to $HOME/.nvm
'load_nvm NVM_DIR ' + home + '/.nvm',

@@ -109,0 +111,0 @@ ''

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc