Socket
Socket
Sign inDemoInstall

husky

Package Overview
Dependencies
Maintainers
1
Versions
214
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 0.11.5 to 0.11.6

2

package.json
{
"name": "husky",
"version": "0.11.5",
"version": "0.11.6",
"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": "index.js",

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

// Run script
'export GIT_PARAMS=$*',
'export GIT_PARAMS="$*"',
'npm run ' + cmd,

@@ -97,0 +97,0 @@ 'if [ $? -ne 0 ]; then',

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