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.15.0-beta.12 to 0.15.0-beta.13

3

lib/installer/index.js

@@ -95,4 +95,5 @@ "use strict";

};
return __assign({ defaults: defaults }, pkg.husky);
return __assign({}, defaults, pkg.husky);
}
exports.getConf = getConf;
function install(gitDir, huskyDir) {

@@ -99,0 +100,0 @@ console.log('husky > setting up git hooks');

{
"name": "husky",
"version": "0.15.0-beta.12",
"version": "0.15.0-beta.13",
"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 @@ "scripts": {

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