Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.2.0 to 2.2.1

2

package.json
{
"name": "commitplease",
"version": "2.2.0",
"version": "2.2.1",
"description": "Validates strings as commit messages",

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

@@ -16,3 +16,4 @@ (function avoidSelfInstall() {

if (require(path.resolve(root, "package")).commitplease.nohook) {
var rootPackage = require(path.resolve(root, "package"));
if (rootPackage.commitplease && rootPackage.commitplease.nohook) {
console.error("package.json indicates to skip hook");

@@ -19,0 +20,0 @@ process.exit(0);

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