git-conventional-commits
Advanced tools
@@ -138,3 +138,3 @@ module.exports = function (config) { | ||
| if (commit.revert) { | ||
| commitMarkdown += ` **Revert**`; | ||
| commitMarkdown += '**Revert** '; | ||
| } | ||
@@ -146,3 +146,3 @@ let descriptionMarkdown = escapeMarkdown(commit.description); | ||
| }); | ||
| commitMarkdown += ` ${descriptionMarkdown}`; | ||
| commitMarkdown += descriptionMarkdown.trim(); | ||
@@ -154,4 +154,4 @@ let referencesMarkdown = [markdownCommitHash(commit.hash)]; | ||
| }); | ||
| commitMarkdown += ` (${referencesMarkdown.join(', ')})\n`; | ||
| return commitMarkdown.trim(); | ||
| commitMarkdown += ` (${referencesMarkdown.join(', ')})`; | ||
| return commitMarkdown + "\n"; | ||
| } | ||
@@ -158,0 +158,0 @@ |
+1
-1
| { | ||
| "name": "git-conventional-commits", | ||
| "version": "2.5.1", | ||
| "version": "2.5.2", | ||
| "description": "git conventional commits util", | ||
@@ -5,0 +5,0 @@ "licence": "GPLv3", |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
74855
0