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

simple-git-hooks

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-git-hooks - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

3

cli.js

@@ -11,6 +11,5 @@ #!/usr/bin/env node

setHooksFromConfig(process.cwd())
console.log('[INFO] Successfully set all git hooks')
} catch (e) {
console.log('[ERROR], Was not able to set git hooks. Error: ' + e)
}
console.log('[INFO] Successfully set all git hooks')
{
"name": "simple-git-hooks",
"version": "2.0.3",
"version": "2.1.0",
"description": "A simple, zero dependency tool for setting up git hooks for small projects",

@@ -5,0 +5,0 @@ "author": "Mikhail Gorbunov <toplenboren@gmail.com> (toplenboren.github.io)",

@@ -17,3 +17,4 @@ const fs = require('fs')

'prepare-commit-msg',
'update'
'update',
'post-merge'
]

@@ -20,0 +21,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