Comparing version 0.1.4 to 0.2.0
@@ -71,3 +71,6 @@ var spawn = require( "spawnback" ); | ||
callback( null, stdout.trimRight() ); | ||
// Remove trailing newline | ||
stdout = stdout.replace( /\n$/, "" ); | ||
callback( null, stdout ); | ||
}); | ||
@@ -74,0 +77,0 @@ }; |
{ | ||
"name": "git-tools", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "Tools for parsing data out of git repositories.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Potential vulnerability
Supply chain riskInitial human review suggests the presence of a vulnerability in this package. It is pending further analysis and confirmation.
Found 1 instance in 1 package
17325
317
0