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

git-apply-pr

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-apply-pr - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

README.md.rej

6

apply-pr.js

@@ -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",

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