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

gh

Package Overview
Dependencies
Maintainers
4
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.12.10 to 1.12.11

6

lib/configs.js

@@ -42,2 +42,6 @@ /*

exports.getProjectConfigPath = function() {
return path.join(process.cwd(), '.gh.json')
}
exports.getUserHomePath = function() {

@@ -53,3 +57,3 @@ return userhome('.gh.json')

try {
projectConfig = JSON.parse(fs.readFileSync(exports.getUserHomePath()))
projectConfig = JSON.parse(fs.readFileSync(exports.getProjectConfigPath()))

@@ -56,0 +60,0 @@ Object.keys(globalConfig).forEach(function(key) {

15

package.json
{
"name": "gh",
"description": "GitHub command line tools.",
"version": "1.12.10",
"version": "1.12.11",
"homepage": "http://nodegh.io",

@@ -28,3 +28,9 @@ "author": {

},
"keywords": ["git", "github", "external", "commands", "helpers"],
"keywords": [
"git",
"github",
"external",
"commands",
"helpers"
],
"bin": {

@@ -45,3 +51,6 @@ "gh": "bin/gh.js"

"lint-staged": {
"*.{js,json}": ["prettier-eslint --write", "git add"]
"*.{js}": [
"prettier-eslint --write",
"git add"
]
},

@@ -48,0 +57,0 @@ "dependencies": {

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