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

@evilmartians/lefthook-installer

Package Overview
Dependencies
Maintainers
0
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evilmartians/lefthook-installer - npm Package Versions

1.0.2

Diff
mrexox
published 1.0.2 •

Changelog

Source

1.0.2 (2022-06-24)

  • Bring auto install back (PR #286 by @mrexox)
  • Move main.go to root (PR #285 by @mrexox)
  • Panic on commands structure misuse (PR #284 by @mrexox)
  • Split npm package by os and cpu (PR #281 by @mrexox)
mrexox
published 1.0.1 •

Changelog

Source

1.0.1 (2022-06-20) Ruby gem and NPM package fix

  • Fix folders structure for @evilmartians/lefthook and @evilmartians/lefthook-installer packages
  • Fix folders structure for lefthook gem
mrexox
published 1.0.0 •

Changelog

Source

1.0.0 (2022-06-19)

  • Refactoring (PR #275 by @mrexox, @skryukov, @markovichecha)
  • Replace deprecated File.exists? with exist? for Ruby script (PR #263 by @pocke)
envek
published 0.8.0 •

Changelog

Source

0.8.0 (2022-06-07)

  • Allow skipping hooks in certain git states: merge and/or rebase (PR #173 by @DmitryTsepelev)
  • NPM: installer package that downloads the required binaries during installation (PR #188 by @aminya, PR #273 by @Envek)
  • Add ability to skip summary output. Also support a LEFTHOOK_QUIET env variable (PR #187 by @washtubs)
  • Make filename globs case-insensitive (PR #196 by @skryukov)
  • Fix lefthook binary extension on Windows (PR #188 by @aminya)
  • Stop building 32-bit binaries for releases due to low usage (@Envek)
  • Allow lefthook to work when node_modules is not in root folder for npx (PR #224 by @spearmootz)
  • Fix unreachable conditional in hook template (PR #242 by @dannobytes)
  • Add cpu arch and os arch to lefthook's filepath in hook template (PR #260 by @rmachado-studocu)