New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-formatter-pretty

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-formatter-pretty - npm Package Compare versions

Comparing version 1.1.4 to 2.0.0

10

package.json
{
"name": "stylelint-formatter-pretty",
"version": "1.1.4",
"version": "2.0.0",
"description": "A pretty Stylelint formatter.",

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

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

@@ -38,11 +38,11 @@ "scripts": {

"log-symbols": "^3.0.0",
"plur": "^3.1.1",
"plur": "^4.0.0",
"string-width": "^4.2.0"
},
"devDependencies": {
"ava": "^2.4.0",
"ava": "^3.3.0",
"coveralls": "^3.0.9",
"nyc": "^15.0.0",
"strip-ansi": "^6.0.0",
"xo": "^0.25.3"
"xo": "^0.26.1"
},

@@ -49,0 +49,0 @@ "xo": {

@@ -1,7 +0,16 @@

# stylelint-formatter-pretty [![Build Status](https://travis-ci.org/Dreamseer/stylelint-formatter-pretty.svg?branch=master)](https://travis-ci.org/Dreamseer/stylelint-formatter-pretty) [![Coverage Status](https://coveralls.io/repos/github/Dreamseer/stylelint-formatter-pretty/badge.svg?branch=master)](https://coveralls.io/github/Dreamseer/stylelint-formatter-pretty?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/Dreamseer/stylelint-formatter-pretty.svg)](https://greenkeeper.io/)
# stylelint-formatter-pretty
> A pretty formatter for [Stylelint](https://stylelint.io/)
![](screenshot.png)
![Update Status for Dependencies](https://img.shields.io/david/dreamseer/stylelint-formatter-pretty.svg)
![Update Status for Dev Dependencies](https://img.shields.io/david/dev/dreamseer/stylelint-formatter-pretty.svg)
[![Build Status](https://travis-ci.org/Dreamseer/stylelint-formatter-pretty.svg?branch=master)](https://travis-ci.org/Dreamseer/stylelint-formatter-pretty)
[![Coverage Status](https://coveralls.io/repos/github/Dreamseer/stylelint-formatter-pretty/badge.svg?branch=master)](https://coveralls.io/github/Dreamseer/stylelint-formatter-pretty?branch=master)
[![Install size](https://packagephobia.now.sh/badge?p=stylelint-formatter-pretty)](https://packagephobia.now.sh/result?p=stylelint-formatter-pretty)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![MIT license](https://img.shields.io/github/license/dreamseer/stylelint-formatter-pretty.svg)](https://github.com/Dreamseer/stylelint-formatter-pretty/blob/master/LICENSE.md)
[![Greenkeeper badge](https://badges.greenkeeper.io/Dreamseer/stylelint-formatter-pretty.svg)](https://greenkeeper.io/)
![Screesnhot](screenshot.png)
## Install

@@ -11,11 +20,11 @@

```bash
npm install --save-dev stylelint-formatter-pretty
```
$ npm install --save-dev stylelint-formatter-pretty
```
Using [yarn](https://yarnpkg.com/):
```bash
yarn add stylelint-formatter-pretty --dev
```
$ yarn add stylelint-formatter-pretty --dev
```

@@ -26,5 +35,5 @@ ## Usage

```bash
stylelint file.css --custom-formatter=node_modules/stylelint-formatter-pretty
```
$ stylelint file.css --custom-formatter=node_modules/stylelint-formatter-pretty
```

@@ -31,0 +40,0 @@ ### [grunt-stylelint](https://github.com/wikimedia/grunt-stylelint)

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