Socket
Socket
Sign inDemoInstall

postcss-nested

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-nested - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 5.0.3
* Fixed compability with Autoprefixer by adding `@-webkit-keyframes` support.
## 5.0.2

@@ -5,0 +8,0 @@ * Fixed compatibility with `postcss-mixins` by moving to visitor API.

@@ -121,3 +121,12 @@ let parser = require('postcss-selector-parser')

let bubble = atruleNames(['media', 'supports'], opts.bubble)
let unwrap = atruleNames(['document', 'font-face', 'keyframes'], opts.unwrap)
let unwrap = atruleNames(
[
'document',
'font-face',
'keyframes',
'-webkit-keyframes',
'-moz-keyframes'
],
opts.unwrap
)
let preserveEmpty = opts.preserveEmpty

@@ -124,0 +133,0 @@

4

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

@@ -23,3 +23,3 @@ "keywords": [

"peerDependencies": {
"postcss": "^8.1.5"
"postcss": "^8.1.13"
},

@@ -26,0 +26,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc