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.10.1 to 0.10.2

2

package.json
{
"name": "husky",
"version": "0.10.1",
"version": "0.10.2",
"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",

# husky [![](http://img.shields.io/npm/dm/husky.svg?style=flat)](https://www.npmjs.org/package/husky) [![npm version](https://badge.fury.io/js/husky.svg)](http://badge.fury.io/js/husky) [![Build Status](https://travis-ci.org/typicode/husky.svg?branch=master)](https://travis-ci.org/typicode/husky)
> husky prevents bad commit or push using Git hooks.
> Git hooks made easy
:dog: woof!
Husky can prevent bad commit, push and more :dog: woof!
## Usage

@@ -27,4 +28,8 @@ ```

Existing hooks aren't replaced and adding `--no-verify` to your git commands lets you bypass hooks. You can also use any hook listed [here](https://github.com/typicode/husky/blob/master/hooks.json).
Existing hooks aren't replaced and adding `--no-verify` to your git commands lets you bypass hooks. You can also use [any](https://github.com/typicode/husky/blob/master/hooks.json) Git hook.
To uninstall husky, simply run `npm rm husky --save-dev`
## License
MIT - [typicode](https://github.com/typicode)

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

'[ $? -ne 0 ] && exit 0',
'npm run ' + cmd + ' --silent',
'npm run ' + cmd,
'if [ $? -ne 0 ]; then',

@@ -63,0 +63,0 @@ ' echo',

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