Socket
Socket
Sign inDemoInstall

@shelf/gh-sdk

Package Overview
Dependencies
Maintainers
10
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shelf/gh-sdk - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

9

lib/prs/list-open-prs.js

@@ -32,2 +32,11 @@ "use strict";

}) {
// Because HttpError: Only the first 1000 search results are available
if (page >= 11) {
return {
incomplete_results: false,
items: [],
total_count: 0
};
}
const gh = (0, _restClient.getClient)();

@@ -34,0 +43,0 @@ const {

24

package.json
{
"name": "@shelf/gh-sdk",
"version": "0.2.2",
"version": "0.2.3",
"description": "Convenient wrapper for GitHub API for automation tasks",

@@ -53,16 +53,16 @@ "license": "MIT",

"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-typescript": "7.9.0",
"@shelf/eslint-config": "0.14.2",
"@shelf/eslint-config": "0.19.0",
"@shelf/prettier-config": "0.0.7",
"@types/jest": "25.1.4",
"@types/jest": "26.0.9",
"@types/node": "12.12.31",
"babel-jest": "25.2.4",
"eslint": "6.8.0",
"husky": "4.2.3",
"jest": "25.2.4",
"lint-staged": "10.0.10",
"prettier": "2.0.2",
"typescript": "3.8.3"
"babel-jest": "26.2.2",
"eslint": "7.1.0",
"husky": "4.2.5",
"jest": "26.2.2",
"lint-staged": "10.2.6",
"prettier": "2.0.5",
"typescript": "3.9.3"
},

@@ -69,0 +69,0 @@ "engines": {

@@ -35,4 +35,6 @@ # gh-sdk [![CircleCI](https://circleci.com/gh/shelfio/gh-sdk/tree/master.svg?style=svg)](https://circleci.com/gh/shelfio/gh-sdk/tree/master)![](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)

```sh
$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master
```

@@ -39,0 +41,0 @@

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