You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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

to
0.4.8

5

package.json
{
"name": "eslint-html-reporter",
"version": "0.4.7",
"version": "0.4.8",
"description": "HTML Reporter for ESLint",

@@ -34,4 +34,3 @@ "main": "index.js",

"dependencies": {
"handlebars": "^3.0.1",
"less": "^2.5.0"
"handlebars": "^3.0.1"
},

@@ -38,0 +37,0 @@ "devDependencies": {

7

src/js/util.js

@@ -8,4 +8,4 @@ /**

var ciUtil = require('./ci-util.js');
var execSync = require('child_process').execSync;
var path = require('path');
//var execSync = require('child_process').execSync;
//var path = require('path');

@@ -105,2 +105,3 @@ var errorOccurances = [];

/*
var compileLess = function() {

@@ -113,3 +114,3 @@ var thing = path.join(__dirname, '..', '..', 'node_modules', 'less', 'bin', 'lessc');

return String(blah);
};
};*/

@@ -116,0 +117,0 @@ /**