Socket
Socket
Sign inDemoInstall

husky

Package Overview
Dependencies
1
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.2 to 0.11.3

2

bin/install.js

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

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

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

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

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

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

6

package.json
{
"name": "husky",
"version": "0.11.2",
"version": "0.11.3",
"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": "bin/install.js",
"uninstall": "bin/uninstall.js"
"install": "node ./bin/install.js",
"uninstall": "node ./bin/uninstall.js"
},

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

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