Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

precommit-hook

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

precommit-hook - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

package.json

@@ -5,3 +5,3 @@ {

"description": "A useful pre-commit hook for git based projects that lints and runs npm test",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",

@@ -13,3 +13,3 @@ "homepage": "https://github.com/nlf/precommit-hook",

"dependencies": {
"git-validate": "*",
"git-validate": "^1.0.1",
"jshint": "*"

@@ -16,0 +16,0 @@ },

@@ -11,3 +11,3 @@ What is it?

In the upcoming version 2.0.0 of this module (and the current master branch in this repository), the configuration key in package.json will be changed to "pre-commit" with a dash, instead of the old "precommit". All other functionality should work the same.
Version 2.0.0 of this module (and the current master branch in this repository) has been updated to use [git-validate](https://github.com/nlf/git-validate), as such the configuration key in package.json will be changed to "pre-commit" with a dash, instead of the old "precommit". All other functionality should work the same.

@@ -14,0 +14,0 @@ Why should I use it?

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