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.11 to 1.11.12

5

lib/exec.js

@@ -23,2 +23,7 @@ /*

if (exec.error && exec.error.code === 'ENOENT' && process.platform === 'win32') {
logger.debug('Invoking patched sapwnSync due to Windows\' libuv bug');
exec = child_process.spawnSync(cmd + '.cmd', args, options);
}
return {

@@ -25,0 +30,0 @@ stdout: exec.stdout.toString().trim(),

2

package.json
{
"name": "gh",
"description": "GitHub command line tools.",
"version": "1.11.11",
"version": "1.11.12",
"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