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

git-hooks

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-hooks - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

lib/git-hooks.js

@@ -54,3 +54,3 @@ var path = require('path');

var hookTemplate = fs.readFileSync(__dirname + '/' + HOOKS_TEMPLATE_FILE_NAME);
var pathToGitHooks = path.relative(hooksPath, __dirname);
var pathToGitHooks = __dirname;
// Fix non-POSIX (Windows) separators

@@ -57,0 +57,0 @@ pathToGitHooks = pathToGitHooks.replace(new RegExp(path.sep.replace(/\\/g, '\\$&'), 'g'), '/');

@@ -5,3 +5,3 @@ {

"author": "Alexander Tarmolov <tarmolov@gmail.com>",
"version": "1.1.8",
"version": "1.1.9",
"repository": "https://github.com/tarmolov/git-hooks-js",

@@ -8,0 +8,0 @@ "contributors": [

@@ -25,2 +25,6 @@ # git-hooks-js

## Supported platforms
* Unix
* macOS
## Install

@@ -27,0 +31,0 @@ Install `git-hooks` in your project.

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