Socket
Socket
Sign inDemoInstall

revel-commit

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

revel-commit - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

6

package.json
{
"name": "revel-commit",
"version": "1.0.10",
"version": "1.0.11",
"description": "Commitizen wrapper following the conventional-changelog format and asking for Shortcut story at Revel.",

@@ -25,3 +25,5 @@ "bin": "./revel-cli.js",

},
"devDependencies": {}
"devDependencies": {
"revel-commit": "^1.0.10"
}
}

@@ -8,6 +8,6 @@ #!/usr/bin/env node

bootstrap({
cliPath: path.join(__dirname, "./node_modules/@dionlarson/commitizen"),
cliPath: path.join(__dirname, "../../node_modules/@dionlarson/commitizen"),
config: {
path: path.join(__dirname, "./cz-config.js"),
path: path.join(__dirname, "../../cz-config.js"),
},
});
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