🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

postcss

Package Overview
Dependencies
Maintainers
0
Versions
269
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

to
8.4.46

2

lib/container.js

@@ -217,2 +217,4 @@ 'use strict'

if (i[isClean]) markTreeDirty(i)
// if (!i.raws) i.raws = {}
if (typeof i.raws.before === 'undefined') {

@@ -219,0 +221,0 @@ if (sample && typeof sample.raws.before !== 'undefined') {

2

lib/processor.js

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

constructor(plugins = []) {
this.version = '8.4.45'
this.version = '8.4.46'
this.plugins = this.normalize(plugins)

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

{
"name": "postcss",
"version": "8.4.45",
"version": "8.4.46",
"description": "Tool for transforming styles with JS plugins",

@@ -78,4 +78,4 @@ "engines": {

"nanoid": "^3.3.7",
"picocolors": "^1.0.1",
"source-map-js": "^1.2.0"
"picocolors": "^1.1.0",
"source-map-js": "^1.2.1"
},

@@ -82,0 +82,0 @@ "browser": {