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

@mixmaxhq/git-hooks

Package Overview
Dependencies
Maintainers
14
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mixmaxhq/git-hooks - npm Package Compare versions

Comparing version 1.3.0-alpha.4 to 1.3.0-alpha.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.3.0-alpha.5](https://github.com/mixmaxhq/git-hooks/compare/v1.3.0-alpha.4...v1.3.0-alpha.5) (2021-08-30)
### Bug Fixes
* add she-bang to executable ([37809a1](https://github.com/mixmaxhq/git-hooks/commit/37809a1b2dd9333d258073d4e262ba8170445606))
## [1.3.0-alpha.4](https://github.com/mixmaxhq/git-hooks/compare/v1.3.0-alpha.3...v1.3.0-alpha.4) (2021-08-30)

@@ -2,0 +9,0 @@

1

dist/bin/index.d.ts

@@ -0,1 +1,2 @@

#!/usr/bin/env node
export {};

2

dist/bin/index.js

@@ -0,5 +1,5 @@

#!/usr/bin/env node
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// Shebang added in rollup.config.js.
const lodash_1 = (0, tslib_1.__importDefault)(require("lodash"));

@@ -6,0 +6,0 @@ const yargs_1 = (0, tslib_1.__importDefault)(require("yargs"));

@@ -15,3 +15,3 @@ "use strict";

exports.getHooks = getHooks;
exports.hooks = getHooks('node mixmax-git-hooks').hooks;
exports.hooks = getHooks('mixmax-git-hooks').hooks;
//# sourceMappingURL=index.js.map
{
"name": "@mixmaxhq/git-hooks",
"version": "1.3.0-alpha.4",
"version": "1.3.0-alpha.5",
"description": "Shared git-hooks at Mixmax, for use with Husky.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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