Socket
Socket
Sign inDemoInstall

postcss-nested

Package Overview
Dependencies
6
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.2 to 4.2.3

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 4.2.3
* Fixed declarations after nested rule and before at-rule (by Rodion Demikhov).
## 4.2.2

@@ -5,0 +8,0 @@ * Fixed wrong specificity order of declarations (by Rodion Demikhov).

@@ -128,2 +128,7 @@ var postcss = require('postcss')

if (declarations.length) {
after = pickDeclarations(rule.selector, declarations, after)
declarations = []
}
if (child.name === 'at-root') {

@@ -130,0 +135,0 @@ unwrapped = true

2

package.json
{
"name": "postcss-nested",
"version": "4.2.2",
"version": "4.2.3",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc