Socket
Socket
Sign inDemoInstall

@shelf/gh-sdk

Package Overview
Dependencies
26
Maintainers
54
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.1 to 0.9.0

4

lib/prs/list-prs.js

@@ -11,3 +11,3 @@ "use strict";

async function listPrs(params) {
function listPrs(params) {
return getPRs({ ...params,

@@ -18,3 +18,3 @@ prStatus: 'open'

async function listClosedPRs(params) {
function listClosedPRs(params) {
return getPRs({ ...params,

@@ -21,0 +21,0 @@ prStatus: 'closed'

@@ -25,3 +25,3 @@ "use strict";

async function getLatestDevelopCommit({
function getLatestDevelopCommit({
owner,

@@ -28,0 +28,0 @@ repo

{
"name": "@shelf/gh-sdk",
"version": "0.8.1",
"version": "0.9.0",
"description": "Convenient wrapper for GitHub API for automation tasks",

@@ -35,8 +35,6 @@ "license": "MIT",

"*.{html,json,md,yml}": [
"prettier --write",
"git add"
"prettier --write"
],
"*.{js,ts}": [
"eslint --fix",
"git add"
"eslint --fix"
]

@@ -49,24 +47,24 @@ },

"dependencies": {
"@octokit/rest": "18.6.0",
"@octokit/rest": "18.12.0",
"lodash": "4.17.21"
},
"devDependencies": {
"@babel/cli": "7.17.6",
"@babel/core": "7.17.5",
"@shelf/babel-config": "0.1.8",
"@shelf/eslint-config": "2.16.2",
"@babel/cli": "7.18.6",
"@babel/core": "7.18.6",
"@shelf/babel-config": "1.0.2",
"@shelf/eslint-config": "2.18.0",
"@shelf/prettier-config": "1.0.0",
"@shelf/tsconfig": "0.0.6",
"@types/jest": "27.4.1",
"@types/lodash": "4.14.181",
"@types/node": "14",
"eslint": "8.11.0",
"husky": "4.3.8",
"jest": "27.5.1",
"lint-staged": "12.3.5",
"prettier": "2.6.2",
"typescript": "4.6.2"
"@types/jest": "28.1.4",
"@types/lodash": "4.14.182",
"@types/node": "16",
"eslint": "8.19.0",
"husky": "8.0.1",
"jest": "28.1.2",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"typescript": "4.7.4"
},
"engines": {
"node": ">=14"
"node": ">=16"
},

@@ -73,0 +71,0 @@ "publishConfig": {

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