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.2.4 to 0.3.1

.travis.yml

0

bin/reporter.js

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

14

CHANGELOG.md

@@ -1,18 +0,10 @@

# 0.2.4 - August 6, 2015
# 0.3.1 - April 7, 2016
Misc
* Updated to latest version of hairballs (Changed `overflow: scroll` to `overflow-y: auto` to only show scroll bars when necessary)
* Add changelog
# 0.2.3 - August 6, 2015
Bug fixes
# 0.3.0 - April 7, 2016
* Fixed warnings summary not showing if report contains no errors (rcoy-v)
* Increased width of summaries to prevent line wrapping
Improvements
* Changed to summary occurances show all warnings and errors (not just top five.) The occurances table will scroll if more than five different types of errors or warnings.
Misc

@@ -19,0 +11,0 @@

{
"name": "scss-lint-html-reporter",
"version": "0.2.4",
"version": "0.3.1",
"description": "SCSS Lint HTML Reporter with optional TeamCity integration",

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

"dependencies": {
"hairballs": "0.0.9"
"hairballs": "0.1.0"
},
"devDependencies": {
"chai": "3.2.0",
"coveralls": "2.11.3",
"istanbul": "0.3.17",
"mocha": "2.2.5",
"mocha-lcov-reporter": "0.0.2"
"chai": "3.5.0",
"coveralls": "2.11.9",
"istanbul": "0.4.3",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.2.0"
}
}
# SCSS Lint HTML Reporter
Reporter to go along with [SCSS Lint](https://github.com/brigade/scss-lint).
[![Build Status](https://img.shields.io/travis/ratherblue/scss-lint-html-reporter.svg?style=flat-square)](https://travis-ci.org/ratherblue/scss-lint-html-reporter)
[![Coverage Status](https://img.shields.io/coveralls/ratherblue/scss-lint-html-reporter.svg?style=flat-square)](https://coveralls.io/r/ratherblue/scss-lint-html-reporter)
[![License](https://img.shields.io/github/license/ratherblue/scss-lint-html-reporter.svg?style=flat-square)](https://github.com/ratherblue/scss-lint-html-reporter/blob/master/LICENSE)
[![Dependencies](https://img.shields.io/david/ratherblue/scss-lint-html-reporter.svg?style=flat-square)](https://david-dm.org/ratherblue/scss-lint-html-reporter)
[![devDependency Status](https://img.shields.io/david/dev/ratherblue/scss-lint-html-reporter.svg?style=flat-square)](https://david-dm.org/ratherblue/scss-lint-html-reporter#info=devDependencies&view=table)
## Features:

@@ -5,0 +13,0 @@

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

@@ -0,0 +0,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