Socket
Socket
Sign inDemoInstall

branch-commit-msg

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

branch-commit-msg - npm Package Compare versions

Comparing version 1.0.0-beta.8 to 1.0.0-beta.9

47

package.json
{
"name": "branch-commit-msg",
"version": "1.0.0-beta.8",
"description": "A git commit-msg hook that automatically inserts a matched pattern from the active branch name to the commit message.",
"license": "MIT",
"author": "Brandon Rajkowski <github@brajkowski.bulc.club>",
"main": "dist/index.js",

@@ -10,2 +11,5 @@ "bin": {

},
"files": [
"dist"
],
"repository": {

@@ -15,7 +19,24 @@ "type": "git",

},
"author": "Brandon Rajkowski <github@brajkowski.bulc.club>",
"license": "MIT",
"files": [
"dist"
"keywords": [
"git",
"hook",
"message",
"commit",
"branch",
"commit-message",
"commit-msg"
],
"scripts": {
"build": "rimraf dist && yarn bundle:hook && yarn bundle:index",
"bundle:hook": "esbuild src/commit-msg-hook.ts --bundle --minify --platform=node --outfile=dist/commit-msg",
"bundle:index": "esbuild src/index.ts --bundle --minify --platform=node --outfile=dist/index.js",
"check:format": "prettier --check .",
"check:lint": "eslint .",
"test": "yarn test:unit && yarn test:integration && yarn test:e2e",
"test:coverage": "yarn test:unit --coverage && yarn test:integration --coverage && yarn test:e2e --coverage",
"test:unit": "jest --testPathPattern=test/unit --config jest.config.unit.ts",
"test:integration": "ts-node test/integration/index.ts --config jest.config.integration.ts",
"test:e2e": "yarn build && ts-node test/e2e/index.ts --config jest.config.e2e.ts",
"prepare": "husky install"
},
"devDependencies": {

@@ -41,16 +62,4 @@ "@types/jest": "^28.1.1",

},
"scripts": {
"build": "rimraf dist && yarn bundle:hook && yarn bundle:index",
"bundle:hook": "esbuild src/commit-msg-hook.ts --bundle --minify --platform=node --outfile=dist/commit-msg",
"bundle:index": "esbuild src/index.ts --bundle --minify --platform=node --outfile=dist/index.js",
"check:format": "prettier --check .",
"check:lint": "eslint .",
"test": "yarn test:unit && yarn test:integration && yarn test:e2e",
"test:coverage": "yarn test:unit --coverage && yarn test:integration --coverage && yarn test:e2e --coverage",
"test:unit": "jest --testPathPattern=test/unit --config jest.config.unit.ts",
"test:integration": "ts-node test/integration/index.ts --config jest.config.integration.ts",
"test:e2e": "yarn build && ts-node test/e2e/index.ts --config jest.config.e2e.ts",
"prepare": "husky install"
},
"dependencies": {}
"dependencies": {},
"version": "1.0.0-beta.9"
}
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