Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.2 to 8.4.3

4

lib/map-generator.js

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

}
} else {
} else if (this.css) {
this.css = this.css.replace(/(\n)?\/\*#[\S\s]*?\*\/$/gm, '')

@@ -108,3 +108,3 @@ }

})
} else {
} else if (this.css) {
let from = this.opts.from

@@ -111,0 +111,0 @@ ? this.toUrl(this.path(this.opts.from))

@@ -11,2 +11,3 @@ 'use strict'

constructor(processor, css, opts) {
css = css.toString()
this.stringified = false

@@ -13,0 +14,0 @@

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

constructor(plugins = []) {
this.version = '8.4.2'
this.version = '8.4.3'
this.plugins = this.normalize(plugins)

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

{
"name": "postcss",
"version": "8.4.2",
"version": "8.4.3",
"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