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.3.0 to 0.3.1

license

4

index.js

@@ -84,3 +84,5 @@ 'use strict';

// use dim & gray for terminals like iTerm that doesn't support `hidden`
return ' ' + chalk.underline(x.relativeFilePath + chalk.hidden.dim.gray(`:${x.firstLineCol}`));
const position = showLineNumbers ? chalk.hidden.dim.gray(`:${x.firstLineCol}`) : '';
return ' ' + chalk.underline(x.relativeFilePath + position);
}

@@ -87,0 +89,0 @@

{
"name": "eslint-formatter-pretty",
"version": "0.3.0",
"version": "0.3.1",
"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