Socket
Socket
Sign inDemoInstall

eslint-plugin-github

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-github - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

9

lib/rules/no-unused-disabled-rules.js

@@ -8,8 +8,9 @@ module.exports = function(context) {

if (ruleId !== 'no-unused-disabled-rules') {
if (typeof location === 'string') {
location = node.loc.start
var loc = location
if (typeof loc === 'string') {
loc = node.loc.start
}
location = location.start || location
loc = loc.start || loc
const lineno = location.line
const lineno = loc.line
reported.add(`*:*`)

@@ -16,0 +17,0 @@ reported.add(`*:${ruleId}`)

{
"name": "eslint-plugin-github",
"version": "0.6.0",
"version": "0.6.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/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