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 1.0.0-rc.14 to 1.0.0-rc.15

BACKERS.md

4

CHANGELOG.md
# CHANGELOG
## 1.0.0-rc.15
* Update docs
## 1.0.0-rc.14

@@ -4,0 +8,0 @@

@@ -0,0 +0,0 @@ # Documentation

@@ -0,0 +0,0 @@ const pleaseUpgradeNode = require('please-upgrade-node')

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "husky",
"version": "1.0.0-rc.14",
"version": "1.0.0-rc.15",
"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 @@ "bin": {

@@ -1,15 +0,19 @@

# Important: looking for your feedback, [husky survey](https://goo.gl/forms/rvSbDFhR5jLcwDGn2) ❤️
# husky
# husky [![](https://img.shields.io/npm/dm/husky.svg?style=flat)](https://www.npmjs.org/package/husky) [![Mac/Linux Build Status](https://img.shields.io/travis/typicode/husky/dev.svg?label=Mac%20OSX%20%26%20Linux)](https://travis-ci.org/typicode/husky) [![Windows Build status](https://img.shields.io/appveyor/ci/typicode/husky/dev.svg?label=Windows)](https://ci.appveyor.com/project/typicode/husky/dev)
> Git hooks made easy
Husky can prevent bad `git commit`, `git push` and more :dog: _woof!_
[![](https://img.shields.io/npm/dm/husky.svg?style=flat)](https://www.npmjs.org/package/husky) [![Mac/Linux Build Status](https://img.shields.io/travis/typicode/husky/dev.svg?label=Mac%20OSX%20%26%20Linux)](https://travis-ci.org/typicode/husky) [![Windows Build status](https://img.shields.io/appveyor/ci/typicode/husky/dev.svg?label=Windows)](https://ci.appveyor.com/project/typicode/husky/dev)
_You're viewing the documentation for the next version of husky, click [here](https://github.com/typicode/husky/tree/v0.14.3) if you prefer to view docs for the stable version (`v0.14.3`)_
Husky can prevent bad `git commit`, `git push` and more 🐶 ❤️ _woof!_
_To all the amazing people who have answered the Husky survey, thanks so much <3 !_
<a href="https://www.patreon.com/typicode">
<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
</a>
## Install
```sh
npm install husky@next --save-dev
npm install husky --save-dev
```

@@ -34,3 +38,3 @@

Check [documentation](https://github.com/typicode/husky/blob/dev/DOCS.md) for more.
To go further, see the docs [here](https://github.com/typicode/husky/blob/master/DOCS.md).

@@ -45,3 +49,3 @@ ## Uninstall

If you're upgrading from `0.14`, simply move your hooks to `husky.hooks`:
If you're upgrading from `0.14`, simply move your hooks to `husky.hooks` field:

@@ -67,4 +71,6 @@ ```diff

Alternatively, you can also use any of the files/formats that are supported by [cosmiconfig](https://github.com/davidtheclark/cosmiconfig). This means that you can place your husky hooks config in a `.huskyrc` file or export them from a `husky.config.js` file as well. Cosmiconfig supports `js`, `json`, and `yaml` file formats.
Alternatively, you can also use any of the files/formats that are supported by [cosmiconfig](https://github.com/davidtheclark/cosmiconfig). This means that you can place your husky hooks config in a `.huskyrc` file or export them from a `husky.config.js` file as well. Cosmiconfig supports `.js`, `.json`, and `.yaml` file formats.
To view the full list of changes, please see the [CHANGELOG](https://github.com/typicode/husky/blob/master/CHANGELOG.md).
## Features

@@ -86,3 +92,3 @@

* [Hotel](https://github.com/typicode/hotel)
* ... and 23k+ [other awesome repos](https://libraries.io/npm/husky/dependent-repositories) :tada:
* ... and 25k+ [other awesome repos](https://libraries.io/npm/husky/dependent-repositories)

@@ -97,2 +103,4 @@ ## See also

MIT - [Typicode :cactus:](https://github.com/typicode) - [Patreon](https://www.patreon.com/typicode)
MIT
[Patreon](https://www.patreon.com/typicode) - [Supporters](https://thanks.typicode.com) ✨

Sorry, the diff of this file is not supported yet

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