git-apply-pr
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -225,5 +225,7 @@ #!/usr/bin/env node | ||
case 'BODY': | ||
if (/^From /.test(chunk)) | ||
if (/^From /.test(chunk)) { | ||
// Process the next commit in this PR | ||
this.m_state = 'HEADER'; | ||
else { | ||
this.m_message = []; | ||
} else { | ||
this.push(chunk + os.EOL); | ||
@@ -230,0 +232,0 @@ done(); |
{ | ||
"name": "git-apply-pr", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Apply GitHub Pull Requests", | ||
@@ -5,0 +5,0 @@ "main": "apply-pr.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8509
6
202