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.0 to 2.0.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 2.0.1
* Fix rules order regression (by Dmitry Vibe).
## 2.0

@@ -2,0 +8,0 @@ * Use PostCSS 6 API.

2

index.js

@@ -56,2 +56,3 @@ var postcss = require('postcss');

after.after(child);
after = child;
} else if ( child.type === 'atrule' ) {

@@ -63,2 +64,3 @@ if ( bubble.indexOf(child.name) !== -1 ) {

after.after(child);
after = child;
}

@@ -65,0 +67,0 @@ }

{
"name": "postcss-nested",
"version": "2.0.0",
"version": "2.0.1",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it.",

@@ -23,4 +23,11 @@ "keywords": [

},
"jest": {
"coverageThreshold": {
"global": {
"statements": 100
}
}
},
"scripts": {
"test": "jest && eslint *.js"
"test": "jest --coverage && eslint *.js"
},

@@ -27,0 +34,0 @@ "eslintConfig": {

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