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

gh

Package Overview
Dependencies
Maintainers
3
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh - npm Package Compare versions

Comparing version 1.11.12 to 1.11.13

6

lib/cmds/pull-request.js

@@ -601,3 +601,4 @@ /*

type: 'all',
user: options.user
user: options.user,
per_page: 1000
};

@@ -632,3 +633,4 @@

user: options.user,
org: options.org
org: options.org,
per_page: 1000
};

@@ -635,0 +637,0 @@

@@ -234,3 +234,4 @@ /*

type: options.type,
user: user
user: user,
per_page: 1000
};

@@ -237,0 +238,0 @@

{
"name": "gh",
"description": "GitHub command line tools.",
"version": "1.11.12",
"version": "1.11.13",
"homepage": "http://nodegh.io",

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

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