Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.1 to 2.1.0

4

index.js

@@ -48,2 +48,6 @@ 'use strict';

if (result.parseErrors && result.parseErrors.length > 0) {
result.parseErrors.forEach(x => warnings.push(x));
}
if (warnings.length === 0) {

@@ -50,0 +54,0 @@ return;

10

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

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

"chalk": "^4.0.0",
"log-symbols": "^3.0.0",
"log-symbols": "^4.0.0",
"plur": "^4.0.0",

@@ -42,7 +42,7 @@ "string-width": "^4.2.0"

"devDependencies": {
"ava": "^3.7.0",
"coveralls": "^3.0.11",
"ava": "^3.8.2",
"coveralls": "^3.1.0",
"nyc": "^15.0.1",
"strip-ansi": "^6.0.0",
"xo": "^0.29.1"
"xo": "^0.30.0"
},

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

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