Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

6

CHANGELOG.md
# Changelog
## 5.0.0
- Move PostCSS from `peerDependencies` to `dependencies`.
- Drop support for Node 0.12.
## 4.0.0
- Upgrade to PostCSS v6. (If you still use PostCSS v5, stick with v3 until you can upgrade your PostCSS.)
- Switched PostCSS to a peer dependency.

@@ -7,0 +13,0 @@ ## 3.0.0

17

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

@@ -33,14 +33,15 @@ "main": "index.js",

"source-map": "0.5.6",
"strip-color": "^0.1.0",
"stylelint": "6.8.0",
"tape": "4.6.0",
"postcss": "^6.0.0"
"tape": "^4.7.0"
},
"dependencies": {
"chalk": "^1.0.0",
"lodash": "^4.1.0",
"log-symbols": "^1.0.2"
"chalk": "^2.0.1",
"lodash": "^4.17.4",
"log-symbols": "^2.0.0",
"postcss": "^6.0.8"
},
"peerDependencies": {
"postcss": "^6.0.0"
"engines": {
"node": ">=4"
}
}
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