New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

commitplease

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commitplease - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

2

index.js

@@ -7,3 +7,3 @@ require( "colors" );

var errors = validate( message );
if ( errors ) {
if ( errors.length ) {
console.error( "Invalid commit message, please fix the following issues:\n" );

@@ -10,0 +10,0 @@ console.error( "- " + errors.join( "\n- " ).red );

{
"name": "commitplease",
"version": "0.5.6",
"version": "0.5.7",
"description": "Validates strings as commit messages",

@@ -5,0 +5,0 @@ "main": "index.js",

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