Socket
Socket
Sign inDemoInstall

postcss-nesting

Package Overview
Dependencies
1
Maintainers
1
Versions
60
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

CONTRIBUTING.md

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 2.0.1 (2015-09-16)
- Fixed: Issue where a `@nest` rule followed by another bubbling at-rule would not bubble
- Added: CONTRIBUTING.md
## 2.0.0 (2015-09-16)

@@ -2,0 +7,0 @@

2

index.js

@@ -74,2 +74,4 @@ var bubble = ['document', 'media', 'supports'];

transpileRule(newRule);
--index;
} else if (bubble.indexOf(child.name) !== -1) {

@@ -76,0 +78,0 @@ transpileAtRule(rule, newRule, child);

2

package.json
{
"name": "postcss-nesting",
"version": "2.0.0",
"version": "2.0.1",
"description": "Transpiles nested rules according to CSS Nesting Module Level 3",

@@ -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