Socket
Socket
Sign inDemoInstall

postcss

Package Overview
Dependencies
3
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.2.5 to 8.2.6

4

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](https://semver.org/).
## 8.2.6
* Fixed `Maximum call stack size exceeded` in `Node#toJSON`.
* Fixed docs (by inokawa).
## 8.2.5

@@ -5,0 +9,0 @@ * Fixed escaped characters handling in `list.split` (by Natalie Weizenbaum).

2

lib/container.d.ts

@@ -301,3 +301,3 @@ import Node, { ChildNode, NodeProps, ChildProps } from './node.js'

* ```js
* rule.push(new Declaration({ prop: 'color', value: 'black' }}))
* rule.push(new Declaration({ prop: 'color', value: 'black' }))
* ```

@@ -304,0 +304,0 @@ *

@@ -180,3 +180,3 @@ 'use strict'

}
if (name === 'parent') continue
if (name === 'parent' || name === 'proxyCache') continue
let value = this[name]

@@ -183,0 +183,0 @@

@@ -8,3 +8,3 @@ 'use strict'

constructor (plugins = []) {
this.version = '8.2.5'
this.version = '8.2.6'
this.plugins = this.normalize(plugins)

@@ -11,0 +11,0 @@ }

{
"name": "postcss",
"version": "8.2.5",
"version": "8.2.6",
"description": "Tool for transforming styles with JS plugins",

@@ -5,0 +5,0 @@ "engines": {

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