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

shared-git-hooks

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shared-git-hooks - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

index.js

@@ -28,3 +28,3 @@ /*!

fs.writeFileSync(resolve(__dirname, 'hook.sh'), tpl)
fs.lchmodSync(resolve(__dirname, 'hook.sh'), '744')
fs.chmodSync(resolve(__dirname, 'hook.sh'), '744')
}

@@ -111,3 +111,3 @@

exports.log()
exports.log(`> Please add your scripts in ${__dirname}/hooks or $GIT_HOOKS_PATH\n`)
exports.log(`> Please add your scripts in ${exports.findProjectRoot()}/hooks or $GIT_HOOKS_PATH\n`)
}
{
"name": "shared-git-hooks",
"version": "1.1.2",
"version": "1.1.3",
"description": "Share git hooks across your team through npm install",

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

# `shared-git-hooks`
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square)](https://github.com/feross/standard)
[![build status](https://img.shields.io/travis/kilianc/shared-git-hooks.svg?style=flat-square)](https://app.wercker.com/#applications/567b8fc61e29124443086121)
[![build status](https://img.shields.io/travis/kilianc/shared-git-hooks.svg?style=flat-square)](https://travis-ci.org/kilianc/shared-git-hooks)
[![coverage](https://img.shields.io/codeclimate/coverage/github/kilianc/shared-git-hooks.svg?style=flat-square)](https://codeclimate.com/github/kilianc/shared-git-hooks/coverage)

@@ -6,0 +6,0 @@ [![npm version](https://img.shields.io/npm/v/shared-git-hooks.svg?style=flat-square)](https://www.npmjs.com/package/shared-git-hooks)

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