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 4.1.0 to 5.0.0

8

package.json
{
"name": "eslint-formatter-pretty",
"version": "4.1.0",
"version": "5.0.0",
"description": "Pretty ESLint formatter",

@@ -14,3 +14,3 @@ "license": "MIT",

"engines": {
"node": ">=10"
"node": ">=14.16"
},

@@ -33,6 +33,6 @@ "scripts": {

"dependencies": {
"@types/eslint": "^7.2.13",
"@types/eslint": "^8.0.0",
"ansi-escapes": "^4.2.1",
"chalk": "^4.1.0",
"eslint-rule-docs": "^1.1.5",
"eslint-rule-docs": "^1.1.235",
"log-symbols": "^4.0.0",

@@ -39,0 +39,0 @@ "plur": "^4.0.0",

@@ -17,5 +17,5 @@ # eslint-formatter-pretty

```sh
npm install --save-dev eslint-formatter-pretty
```
$ npm install --save-dev eslint-formatter-pretty
```

@@ -30,5 +30,5 @@ ## Usage

```sh
eslint --format=pretty file.js
```
$ eslint --format=pretty file.js
```

@@ -35,0 +35,0 @@ ### [grunt-eslint](https://github.com/sindresorhus/grunt-eslint)

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