Socket
Socket
Sign inDemoInstall

postcss-nested

Package Overview
Dependencies
13
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 2.1.2
* Fix replacing multiple `&`.
## 2.1.1

@@ -5,0 +8,0 @@ * Fix `:not(&)` support.

4

index.js

@@ -11,3 +11,5 @@ var postcss = require('postcss');

} else if (i.nodes) {
replaced = replaced || replace(i.nodes, parent);
if (replace(i.nodes, parent)) {
replaced = true;
}
}

@@ -14,0 +16,0 @@ });

{
"name": "postcss-nested",
"version": "2.1.1",
"version": "2.1.2",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc