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.1 to 0.11.2

2

bin/install.js

@@ -0,1 +1,3 @@

#!/usr/bin/env node
// Run when package is installed

@@ -2,0 +4,0 @@ var fs = require('fs')

@@ -0,1 +1,3 @@

#!/usr/bin/env node
// Run when package is uninstalled

@@ -2,0 +4,0 @@ var husky = require('../src/')

6

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

@@ -8,4 +8,4 @@ "main": "index.js",

"test": "node test",
"install": "node ./bin/install.js",
"uninstall": "node ./bin/uninstall.js"
"install": "bin/install.js",
"uninstall": "bin/uninstall.js"
},

@@ -12,0 +12,0 @@ "repository": {

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