Socket
Socket
Sign inDemoInstall

postcss-reporter

Package Overview
Dependencies
38
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 1.0.0

13

CHANGELOG.md
# Changelog
## v0.4.0
## 1.0.0
- Upgrade to PostCSS 5.
## 0.4.0
- Add `positionless` option (to both the reporter and the formatter), with default value `"first"`.
- Cleaner npm install (files specified in `package.json`).
## v0.3.1
## 0.3.1
- Remove leftover debugging log statement.
## v0.3.0
## 0.3.0
- Add `sortByPosition` option (to both the reporter and the formatter), with default value `true`.
## v0.2.0
## 0.2.0
- Alter `defaultFormatter` to use warning symbol and not repeat `# postcss-reporter`.
## v0.1.0
## 0.1.0
- First release.
{
"name": "postcss-reporter",
"version": "0.4.0",
"version": "1.0.0",
"description": "Log PostCSS messages in the console",

@@ -30,6 +30,6 @@ "main": "index.js",

"devDependencies": {
"eslint": "1.0.0",
"eslint": "1.2.1",
"lodash.clonedeep": "3.0.2",
"stylelint": "0.6.2",
"tape": "4.0.2"
"stylelint": "0.7.0",
"tape": "4.2.0"
},

@@ -42,4 +42,4 @@ "dependencies": {

"log-symbols": "^1.0.2",
"postcss": "^4.1.0"
"postcss": "^5.0.0"
}
}

@@ -24,2 +24,4 @@ # postcss-reporter [![Build Status](https://travis-ci.org/postcss/postcss-reporter.svg?branch=master)](https://travis-ci.org/postcss/postcss-reporter)

Version 1.0.0+ is compatible with PostCSS 5+. (Earlier versions are compatible with PostCSS 4.)
## Usage

@@ -26,0 +28,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc