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

scss-lint-html-reporter

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scss-lint-html-reporter - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

.idea/encodings.xml

0

bin/reporter.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ # 0.3.2 - April 7, 2016

4

package.json
{
"name": "scss-lint-html-reporter",
"version": "0.3.2",
"version": "0.4.0",
"description": "SCSS Lint HTML Reporter with optional TeamCity integration",

@@ -33,3 +33,3 @@ "main": "./src/index.js",

"dependencies": {
"hairballs": "0.1.0"
"hairballs": "0.2.0"
},

@@ -36,0 +36,0 @@ "devDependencies": {

@@ -0,0 +0,0 @@ # SCSS Lint HTML Reporter

@@ -0,0 +0,0 @@ var fs = require('fs');

/**
* @fileoverview SCSS Lint HTML reporter
* @author Evangelia Dendramis
*/

@@ -124,5 +123,5 @@

} catch(err) {
this.teamCityLogger.logMessage('SCSS Lint Error', 'An error occured parsing the lint results', 'ERROR');
this.teamCityLogger.logMessage('SCSS Lint Error', 'An error occurred parsing the lint results', 'ERROR');
console.log('An error occured parsing the JSON: ' + err);
console.log('An error occurred parsing the JSON: ' + err);
}

@@ -171,4 +170,4 @@ };

hairballs.errorOccurances.sort(hairballs.sortOccurances);
hairballs.warningOccurances.sort(hairballs.sortOccurances);
hairballs.errorOccurrences.sort(hairballs.sortOccurrences);
hairballs.warningOccurrences.sort(hairballs.sortOccurrences);

@@ -187,4 +186,4 @@ this.teamCityLogger.reportEnd();

fullReport: this.fullReport,
errorOccurances: hairballs.errorOccurances,
warningOccurances: hairballs.warningOccurances,
errorOccurrences: hairballs.errorOccurrences,
warningOccurrences: hairballs.warningOccurrences,
pageTitle: 'SCSS Lint Results' + (this.fullReport ? '' : ' (lite)')

@@ -191,0 +190,0 @@ };

@@ -0,0 +0,0 @@ - catch parsing errors

@@ -0,0 +0,0 @@ 'use strict';

'use strict';
require('./lint-reporter');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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