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

jscs-html-pretty-reporter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscs-html-pretty-reporter - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

index.js

@@ -9,3 +9,3 @@ var fs = require('fs'),

this.outputPath = 'jscs-lint-report.html';
this.outputPath = (process.env.DEST_PATH || './') + 'jscs-lint-report.html';

@@ -12,0 +12,0 @@ this.summarizeFile = function(file, alert) {

{
"name": "jscs-html-pretty-reporter",
"version": "0.1.2",
"version": "0.1.3",
"description": "An HTML reporter for JSCS using Hairballs",

@@ -5,0 +5,0 @@ "main": "index.js",

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