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

eslintcc

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslintcc - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "eslintcc",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/eslintcc/eslintcc",

@@ -5,0 +5,0 @@ "description": "ESLintCC is a ECMAScript/JavaScript tool that computes complexity of code by using ESLint",

@@ -37,6 +37,6 @@ 'use strict';

const complexity = new Complexity(options);
const logger = new ReportLogger(complexity, options);
new ReportLogger(complexity, options);
const report = complexity.executeOnFiles(processArgs.argv);
const exitWithError = report.errors.maxRank > 0 || report.errors.maxAverageRank;
if (exitWithError && ['text'].includes(logger.options.format)) {
if (exitWithError) {
process.exit(1);

@@ -43,0 +43,0 @@ }

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