Socket
Socket
Sign inDemoInstall

eslint-formatter-pretty

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-formatter-pretty - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

8

index.js

@@ -76,4 +76,6 @@ 'use strict';

// make relative paths Cmd+click'able in iTerm
output += ansiEscapes.iTerm.setCwd();
if (process.stdout.isTTY && !process.env.CI) {
// make relative paths Cmd+click'able in iTerm
output += ansiEscapes.iTerm.setCwd();
}

@@ -93,3 +95,3 @@ output += lines.map(function (x) {

padding(maxColumnWidth - x.columnWidth) + x.message,
padding(maxMessageWidth - x.messageWidth) + chalk.dim(x.ruleId)
padding(maxMessageWidth - x.messageWidth) + chalk.gray.dim(x.ruleId)
].join(' ');

@@ -96,0 +98,0 @@ }

{
"name": "eslint-formatter-pretty",
"version": "0.2.1",
"version": "0.2.2",
"description": "Pretty ESLint formatter",

@@ -5,0 +5,0 @@ "license": "MIT",

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