jscs-html-pretty-reporter
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3296
2