Socket
Socket
Sign inDemoInstall

postcss-sorting

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-sorting - npm Package Compare versions

Comparing version 4.1.0 to 5.0.0

7

CHANGELOG.md

@@ -5,5 +5,8 @@ # Change Log

## 5.0.0
* Dropped Node.js 6 support. Node.js 8.7.0 or greater is now required.
## 4.1.0
* Added: Support for HTML style tag and attribute (when used with [postcss-html](https://github.com/gucong3000/postcss-html) syntax).
* Added: Support for CSS-in-JS (when used with [postcss-jsx](https://github.com/gucong3000/postcss-jsx) syntax).
* Added: _Experimental_ support for HTML style tag and attribute (when used with [postcss-html](https://github.com/gucong3000/postcss-html) syntax).
* Added: _Experimental_ support for CSS-in-JS (when used with [postcss-jsx](https://github.com/gucong3000/postcss-jsx) syntax).

@@ -10,0 +13,0 @@ ## 4.0.1

{
"name": "postcss-sorting",
"version": "4.1.0",
"version": "5.0.0",
"description": "PostCSS plugin to keep rules and at-rules content in order.",

@@ -26,20 +26,20 @@ "keywords": [

"engines": {
"node": ">=6.14.3"
"node": ">=8.7.0"
},
"dependencies": {
"lodash": "^4.17.4",
"postcss": "^7.0.0"
"lodash": "^4.17.11",
"postcss": "^7.0.14"
},
"devDependencies": {
"eslint": "~5.15.0",
"eslint": "~5.16.0",
"eslint-config-hudochenkov": "~3.0.0",
"eslint-config-prettier": "~4.1.0",
"husky": "^1.1.3",
"jest": "^24.1.0",
"jest-watch-typeahead": "^0.2.1",
"lint-staged": "^8.0.4",
"husky": "^1.3.1",
"jest": "^24.7.1",
"jest-watch-typeahead": "^0.3.0",
"lint-staged": "^8.1.5",
"postcss-html": "^0.36.0",
"postcss-jsx": "^0.36.0",
"postcss-syntax": "^0.36.2",
"prettier": "~1.16.4"
"prettier": "~1.17.0"
},

@@ -46,0 +46,0 @@ "scripts": {

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