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

gh-lint

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh-lint - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

lib/rules/branch-default.js

6

lib/execute/github.js

@@ -17,2 +17,5 @@ 'use strict';

});
},
branches(orgRepo, options={}) {
return allPages(`/repos/${orgRepo}/branches`, options);
}

@@ -61,3 +64,4 @@ },

headers: {
'User-Agent': 'gh-lint'
'User-Agent': 'gh-lint',
Accept: 'application/vnd.github.loki-preview+json'
},

@@ -64,0 +68,0 @@ qs,

2

package.json
{
"name": "gh-lint",
"version": "0.2.1",
"version": "0.2.2",
"description": "Rule-based command-line tool for auditing GitHub repositories",

@@ -5,0 +5,0 @@ "main": "lib/execute/index.js",

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