Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss

Package Overview
Dependencies
Maintainers
1
Versions
261
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.4.4 to 8.4.5

2

lib/at-rule.d.ts
import Container, { ContainerProps } from './container.js'
interface AtRuleRaws {
interface AtRuleRaws extends Record<string, unknown> {
/**

@@ -5,0 +5,0 @@ * The space symbols before the node. It also stores `*`

import Container from './container.js'
import Node, { NodeProps } from './node.js'
interface CommentRaws {
interface CommentRaws extends Record<string, unknown> {
/**

@@ -6,0 +6,0 @@ * The space symbols before the node.

import Container from './container.js'
import Node from './node.js'
interface DeclarationRaws {
interface DeclarationRaws extends Record<string, unknown> {
/**

@@ -6,0 +6,0 @@ * The space symbols before the node. It also stores `*`

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

constructor(plugins = []) {
this.version = '8.4.4'
this.version = '8.4.5'
this.plugins = this.normalize(plugins)

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

import Container, { ContainerProps } from './container.js'
interface RuleRaws {
interface RuleRaws extends Record<string, unknown> {
/**

@@ -5,0 +5,0 @@ * The space symbols before the node. It also stores `*`

{
"name": "postcss",
"version": "8.4.4",
"version": "8.4.5",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc