eslint-html-reporter
Advanced tools
Comparing version 0.6.2 to 0.7.0
{ | ||
"name": "eslint-html-reporter", | ||
"version": "0.6.2", | ||
"version": "0.7.0", | ||
"description": "HTML Reporter for ESLint", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,3 +32,3 @@ /** | ||
hairballs.updateOccurance(message.ruleId, message.severity, ruleUrl); | ||
hairballs.updateOccurrence(message.ruleId, message.severity, ruleUrl); | ||
@@ -104,4 +104,4 @@ file.messages.push(message); | ||
hairballs.errorOccurances.sort(hairballs.sortOccurances); | ||
hairballs.warningOccurances.sort(hairballs.sortOccurances); | ||
hairballs.errorOccurrences.sort(hairballs.sortOccurrences); | ||
hairballs.warningOccurrences.sort(hairballs.sortOccurrences); | ||
@@ -113,4 +113,4 @@ return { | ||
fullReport: this.fullReport, | ||
errorOccurances: hairballs.errorOccurances, | ||
warningOccurances: hairballs.warningOccurances, | ||
errorOccurrences: hairballs.errorOccurrences, | ||
warningOccurrences: hairballs.warningOccurrences, | ||
pageTitle: 'ESLint Results' + (this.fullReport ? '' : ' (lite)') | ||
@@ -117,0 +117,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
13087
0