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

commitplease

Package Overview
Dependencies
Maintainers
2
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 2.7.2 to 2.7.3-0

5

install.js

@@ -21,3 +21,6 @@ var fs = require('fs')

} else if (/EEXIST/.test(err.message)) {
// do nothing
// do nothing, but this might be a file, not a directory
} else if (/ENOTDIR/.test(err.message)) {
console.error('Will not install in a git submodule')
process.exit(0)
} else {

@@ -24,0 +27,0 @@ console.error(err)

2

package.json
{
"name": "commitplease",
"version": "2.7.2",
"version": "2.7.3-0",
"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