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

eslint-html-reporter

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-html-reporter - npm Package Compare versions

Comparing version 0.6.2 to 0.7.0

2

package.json
{
"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 @@ };

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