Socket
Socket
Sign inDemoInstall

postcss-nested

Package Overview
Dependencies
1
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 2.0.2
* Fix comments moving regression.
## 2.0.1

@@ -5,0 +8,0 @@ * Fix rules order regression (by Dmitry Vibe).

3

index.js

@@ -19,3 +19,4 @@ var postcss = require('postcss');

if ( comment && comment.type === 'comment' ) {
return after.after(comment);
after.after(comment);
return comment;
} else {

@@ -22,0 +23,0 @@ return after;

{
"name": "postcss-nested",
"version": "2.0.1",
"version": "2.0.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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc