🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

postcss

Package Overview
Dependencies
Maintainers
1
Versions
289
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.23
to
8.5.24
+1
-1
lib/processor.js

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

constructor(plugins = []) {
this.version = '8.5.23'
this.version = '8.5.24'
this.plugins = this.normalize(plugins)

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

@@ -427,2 +427,5 @@ 'use strict'

root(node) {
if (node.source && node.source.input.hasBOM) {
this.builder('\uFEFF', node, 'start')
}
this.body(node)

@@ -429,0 +432,0 @@ if (node.raws.after) {

{
"name": "postcss",
"version": "8.5.23",
"version": "8.5.24",
"description": "Tool for transforming styles with JS plugins",

@@ -5,0 +5,0 @@ "keywords": [