You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

postcss

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss - npm Package Compare versions

Comparing version
8.5.5
to
8.5.6
+7
-4
lib/container.d.ts

@@ -5,10 +5,13 @@ import AtRule from './at-rule.js'

import Node, { ChildNode, ChildProps, NodeProps } from './node.js'
import { Root } from './postcss.js'
import Rule from './rule.js'
declare namespace Container {
export class ContainerWithChildren<
Child extends Node = ChildNode
> extends Container_<Child> {
export type ContainerWithChildren<Child extends Node = ChildNode> = {
nodes: Child[]
}
} & (
| AtRule
| Root
| Rule
)

@@ -15,0 +18,0 @@ export interface ValueOptions {

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

constructor(plugins = []) {
this.version = '8.5.5'
this.version = '8.5.6'
this.plugins = this.normalize(plugins)

@@ -13,0 +13,0 @@ }

{
"name": "postcss",
"version": "8.5.5",
"version": "8.5.6",
"description": "Tool for transforming styles with JS plugins",

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