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

husky

Package Overview
Dependencies
Maintainers
1
Versions
215
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 5.0.0-alpha.2 to 5.0.0-alpha.3

2

lib/commands/install.js

@@ -30,3 +30,3 @@ "use strict";

child_process_1.default.spawnSync('git', ['config', 'core.hooksPath', tmpDir]);
child_process_1.default.spawnSync('git', ['commit'], {
child_process_1.default.spawnSync('git', ['commit', '--author', 'husky <husky@example.com>'], {
stdio: 'inherit',

@@ -33,0 +33,0 @@ env: {

{
"name": "husky",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "Git hooks made easy",

@@ -39,2 +39,3 @@ "bin": "lib/bin.js",

"postpack": "pinst --enable",
"preversion": "npm run build",
"postversion": "git push && git push --tags && npm publish --tag next",

@@ -41,0 +42,0 @@ "prepublish": "pinst --disable",

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