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

eslint-formatter-mo

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-formatter-mo - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

CHANGELOG.md

1

lib/index.js

@@ -79,2 +79,3 @@ const path = require( 'path' )

fixable: Boolean( m.fix ),
ruleId: m.ruleId,
}

@@ -81,0 +82,0 @@ } )

4

lib/locator.js

@@ -48,2 +48,3 @@ const chalk = require( 'chalk' )

fixable: l.fixable,
ruleId: l.ruleId,
}

@@ -105,5 +106,6 @@ } ).sort( ( a, b ) => {

''
const ruleId = i.ruleId ? chalk.dim( ` [ ${ i.ruleId } ]` ) : ''
return chalk.dim( i.content ) +
`${ i.severity === 'warning' ? chalk.yellow.dim( '⚠' ) : chalk.red( '✖' ) } ` +
chalk.dim( i.message ) + fixableMessage
chalk.dim( i.message ) + ruleId + fixableMessage
}

@@ -110,0 +112,0 @@

{
"name": "eslint-formatter-mo",
"description": "Good-lookin' ESLint formatter for delightful readability",
"version": "1.1.1",
"version": "1.2.0",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "files": [

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