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

postcss-sort-media-queries

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-sort-media-queries - npm Package Compare versions

Comparing version 3.7.7 to 3.8.9

8

CHANGELOG.md

@@ -8,2 +8,10 @@ # Change Log

## [3.8.9] 2021-03-12
- Update **postcss** to [postcss/releases/tag/8.2.10](https://github.com/postcss/postcss/releases/tag/8.2.10)
- Fixed ReDoS vulnerabilities in source map parsing
- Fixed webpack 5 support
- Fixed docs
- Update dev dependencies
## [3.7.7] 2021-02-11

@@ -10,0 +18,0 @@

10

package.json
{
"name": "postcss-sort-media-queries",
"version": "3.7.7",
"version": "3.8.9",
"description": "PostCSS plugin for combine and sort CSS media queries with mobile first or desktop first methods.",

@@ -35,5 +35,5 @@ "keywords": [

"devDependencies": {
"eslint": "^7.23.0",
"eslint": "^7.24.0",
"eslint-ci": "^1.0.0",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-jest": "^24.3.5",
"husky": "^6.0.0",

@@ -44,7 +44,7 @@ "jest": "^26.6.3",

"lint-staged": "^10.5.4",
"postcss": "^8.2.9",
"postcss": "^8.2.10",
"postcss-nested": "^5.0.5"
},
"peerDependencies": {
"postcss": "^8.2.9"
"postcss": "^8.2.10"
},

@@ -51,0 +51,0 @@ "husky": {

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