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.43 to 8.4.44

10

lib/lazy-result.js

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

while (!root[isClean]) {
root.markClean()
root[isClean] = true
let stack = [toStack(root)]

@@ -378,3 +378,3 @@ while (stack.length > 0) {

while (!root[isClean]) {
root.markClean()
root[isClean] = true
this.walkSync(root)

@@ -461,3 +461,3 @@ }

if (!child[isClean]) {
child.markClean()
child[isClean] = true
stack.push(toStack(child))

@@ -477,3 +477,3 @@ return

if (node.nodes && node.nodes.length) {
node.markClean()
node[isClean] = true
visit.iterator = node.getIterator()

@@ -491,3 +491,3 @@ }

walkSync(node) {
node.markClean()
node[isClean] = true
let events = getEvents(node)

@@ -494,0 +494,0 @@ for (let event of events) {

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

constructor(plugins = []) {
this.version = '8.4.43'
this.version = '8.4.44'
this.plugins = this.normalize(plugins)

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

{
"name": "postcss",
"version": "8.4.43",
"version": "8.4.44",
"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