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

git-conventional-commits

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-conventional-commits - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

lib/git.js

@@ -47,3 +47,3 @@ const execAsync = require('./execAsync');

const hashArray = await execAsync(`git rev-parse '${rev1}^{}' '${rev2}^{}'`, {encoding: 'UTF-8'})
const hashArray = await execAsync(`git rev-parse ${rev1}^{} ${rev2}^{}`, {encoding: 'UTF-8'})
.then(result => result.split('\n'));

@@ -50,0 +50,0 @@

{
"name": "git-conventional-commits",
"version": "1.2.0",
"version": "1.2.1",
"description": "git conventional commits util",

@@ -5,0 +5,0 @@ "licence": "MIT",

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