Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

gitbot

Package Overview
Dependencies
25
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.42 to 2.0.43

2

lib/git/git-service.js

@@ -54,3 +54,3 @@ 'use strict';

internals.getOpenPullRequestForSpecificBranch = (github, repo_owner, repo_name, branch_name) => {
const head = `${repo_owner}:refs/heads/${branch_name}`;
const head = `${repo_owner}:${branch_name}`;
return new _promise2.default((resolve, reject) => {

@@ -57,0 +57,0 @@ github.pullRequests.getAll({

@@ -37,3 +37,3 @@ {

"babel-preset-es2015-node4": "2.1.1",
"eslint": "3.15.0",
"eslint": "3.17.1",
"eslint-config-springworks": "7.0.7",

@@ -46,3 +46,3 @@ "eslint-plugin-import": "2.2.0",

"mocha": "3.2.0",
"pre-git": "3.13.0",
"pre-git": "3.14.0",
"semantic-release": "6.3.2"

@@ -62,3 +62,3 @@ },

},
"version": "2.0.42"
"version": "2.0.43"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc