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

@dog-ai/github-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dog-ai/github-wrapper - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

9

lib/github-wrapper.js

@@ -121,5 +121,6 @@ 'use strict';

var mergedPullRequests = [];
return this.getOrgRepos(owner).mapSeries(function (repo) {
var name = repo.name;
var mergedPullRequests = [];

@@ -148,5 +149,5 @@ return _this3.getRepoPullRequestsByState(owner, name, 'open').mapSeries(function (pullRequest) {

}
}).then(function () {
return mergedPullRequests;
});
}).catch(function () {});
}).catch(function () {}).finally(function () {
return mergedPullRequests;
});

@@ -153,0 +154,0 @@ }

{
"name": "@dog-ai/github-wrapper",
"description": "A GitHub wrapper library",
"version": "1.1.2",
"version": "1.1.3",
"main": "lib/github-wrapper.js",

@@ -6,0 +6,0 @@ "repository": {

@@ -8,2 +8,4 @@ # A GitHub wrapper library

[![](https://img.shields.io/github/release/dog-ai/github-wrapper.svg)](https://github.com/dog-ai/github-wrapper/releases)
[![Version](https://img.shields.io/npm/v/@dog-ai/github-wrapper.svg)](https://www.npmjs.com/package/@dog-ai/github-wrapper)
[![Downloads](https://img.shields.io/npm/dt/@dog-ai/github-wrapper.svg)](https://www.npmjs.com/package/@dog-ai/github-wrapper)

@@ -10,0 +12,0 @@ A GitHub wrapper library.

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