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.37 to 2.0.38

8

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}:refs/heads/${branch_name}`;
return new _promise2.default((resolve, reject) => {

@@ -71,3 +71,3 @@ github.pullRequests.getAll({

code: 404,
message: `No open pull request found for this branch: ${ branch_name }`
message: `No open pull request found for this branch: ${branch_name}`
}));

@@ -81,3 +81,3 @@ return;

code: 404,
message: `Could not find the pull request for branch: ${ branch_name }`
message: `Could not find the pull request for branch: ${branch_name}`
}));

@@ -109,3 +109,3 @@ return;

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

@@ -112,0 +112,0 @@ github.gitdata.deleteReference({

@@ -30,10 +30,10 @@ {

"devDependencies": {
"@springworks/test-harness": "1.5.2",
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"@springworks/test-harness": "1.5.5",
"babel-cli": "6.22.2",
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
"babel-plugin-transform-runtime": "6.15.0",
"babel-plugin-transform-strict-mode": "6.18.0",
"babel-plugin-transform-runtime": "6.22.0",
"babel-plugin-transform-strict-mode": "6.22.0",
"babel-preset-es2015-node4": "2.1.1",
"eslint": "3.13.1",
"eslint": "3.15.0",
"eslint-config-springworks": "7.0.7",

@@ -51,4 +51,4 @@ "eslint-plugin-import": "2.2.0",

"@springworks/error-factory": "2.0.9",
"@springworks/input-validator": "5.0.1",
"babel-runtime": "6.20.0",
"@springworks/input-validator": "5.0.2",
"babel-runtime": "6.22.0",
"commander": "2.9.0",

@@ -62,3 +62,3 @@ "github": "8.1.0"

},
"version": "2.0.37"
"version": "2.0.38"
}
# gitbot
[![Greenkeeper badge](https://badges.greenkeeper.io/Springworks/gitbot.svg)](https://greenkeeper.io/)
Module containing convenience scripts against GitHub

@@ -4,0 +6,0 @@

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