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 0.5.0 to 0.5.1

4

install.js

@@ -51,5 +51,5 @@ // based on install.js by bahmutov

// make it executable.
console.log(path.relative("./commit-msg-hook.js", root))
fs.symlinkSync(path.relative("./commit-msg-hook.js", root), hook);
console.log(path.relative(path.resolve(hooks), "./commit-msg-hook.js"));
fs.symlinkSync(path.relative(path.resolve(hooks), "./commit-msg-hook.js"), hook);
// fs.writeFileSync(hook, hookContent);
// fs.chmodSync(hook, '755');
{
"name": "commitplease",
"version": "0.5.0",
"version": "0.5.1",
"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