@@ -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 { |
+1
-1
@@ -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 @@ } |
+1
-1
| { | ||
| "name": "postcss", | ||
| "version": "8.5.5", | ||
| "version": "8.5.6", | ||
| "description": "Tool for transforming styles with JS plugins", | ||
@@ -5,0 +5,0 @@ "engines": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
204337
0.02%7013
0.04%