Socket
Socket
Sign inDemoInstall

postcss-reporter

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-reporter - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

4

CHANGELOG.md
# Changelog
## 4.0.0
- Upgrade to PostCSS v6. (If you still use PostCSS v5, stick with v3 until you can upgrade your PostCSS.)
## 3.0.0

@@ -4,0 +8,0 @@

11

package.json
{
"name": "postcss-reporter",
"version": "3.0.0",
"version": "4.0.0",
"description": "Log PostCSS messages in the console",

@@ -34,3 +34,4 @@ "main": "index.js",

"stylelint": "6.8.0",
"tape": "4.6.0"
"tape": "4.6.0",
"postcss": "^6.0.0"
},

@@ -40,5 +41,7 @@ "dependencies": {

"lodash": "^4.1.0",
"log-symbols": "^1.0.2",
"postcss": "^5.0.0"
"log-symbols": "^1.0.2"
},
"peerDependencies": {
"postcss": "^6.0.0"
}
}
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