Socket
Socket
Sign inDemoInstall

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.22 to 8.4.23

4

lib/at-rule.d.ts

@@ -64,3 +64,3 @@ import Container, { ContainerProps } from './container.js'

*
* If it’s followed in the CSS by a {} block, this node will have
* If it’s followed in the CSS by a `{}` block, this node will have
* a nodes property representing its children.

@@ -97,3 +97,3 @@ *

* The at-rule’s parameters, the values that follow the at-rule’s name
* but precede any {} block.
* but precede any `{}` block.
*

@@ -100,0 +100,0 @@ * ```js

@@ -62,3 +62,3 @@ import {

* PostCSS will call this function without argument to get plugin.
* * A function. PostCSS will pass the function a @{link Root}
* * A function. PostCSS will pass the function a {@link Root}
* as the first argument and current `Result` instance

@@ -99,3 +99,3 @@ * as the second.

* @param css String with input CSS or any object with a `toString()` method,
* like a Buffer. Optionally, senda `Result` instance
* like a Buffer. Optionally, send a `Result` instance
* and the processor will take the `Root` from it.

@@ -102,0 +102,0 @@ * @param opts Options.

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

constructor(plugins = []) {
this.version = '8.4.22'
this.version = '8.4.23'
this.plugins = this.normalize(plugins)

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

{
"name": "postcss",
"version": "8.4.22",
"version": "8.4.23",
"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