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.44 to 8.4.45

2

lib/container.js

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

/* c8 ignore next */
if (!i[my] || !i.markClean) Container.rebuild(i)
if (!i[my]) Container.rebuild(i)
i = i.proxyOf

@@ -216,0 +216,0 @@ if (i.parent) i.parent.removeChild(i)

@@ -156,4 +156,5 @@ 'use strict'

/* c8 ignore next 3 */
markClean() {
this[isClean] = true;
this[isClean] = true
}

@@ -219,9 +220,9 @@

? {
column: this.source.end.column + 1,
line: this.source.end.line
}
column: this.source.end.column + 1,
line: this.source.end.line
}
: {
column: start.column + 1,
line: start.line
}
column: start.column + 1,
line: start.line
}

@@ -233,3 +234,6 @@ if (opts.word) {

start = this.positionInside(index, stringRepresentation)
end = this.positionInside(index + opts.word.length, stringRepresentation)
end = this.positionInside(
index + opts.word.length,
stringRepresentation
)
}

@@ -236,0 +240,0 @@ } else {

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

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

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

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