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

@fatso83/check-commit-msg

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fatso83/check-commit-msg - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

husky.js

@@ -12,3 +12,3 @@ #!/usr/bin/env node

const fs = require("fs");
const filename = process.env["GIT_PARAMS"].split(" ")[0];
const filename = process.env["HUSKY_GIT_PARAMS"].split(" ")[0];
const fullPath = filename.replace(".git", gitRoot);

@@ -15,0 +15,0 @@ const commitMsg = fs.readFileSync(fullPath).toString();

{
"name": "@fatso83/check-commit-msg",
"version": "1.0.0",
"version": "2.0.0",
"bin": "./cli.js",

@@ -5,0 +5,0 @@ "description": "Check if your commit message follows Chris Beam's \"Seven rules of a good commit message\"",

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