Socket
Socket
Sign inDemoInstall

postcss

Package Overview
Dependencies
3
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.4.35 to 8.4.36

10

lib/map-generator.js

@@ -103,3 +103,6 @@ 'use strict'

} else {
this.map = new SourceMapGenerator({ file: this.outputFile() })
this.map = new SourceMapGenerator({
file: this.outputFile(),
ignoreInvalidMapping: true
})
this.map.addMapping({

@@ -127,3 +130,6 @@ generated: { column: 0, line: 1 },

this.css = ''
this.map = new SourceMapGenerator({ file: this.outputFile() })
this.map = new SourceMapGenerator({
file: this.outputFile(),
ignoreInvalidMapping: true
})

@@ -130,0 +136,0 @@ let line = 1

2

lib/processor.js

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

constructor(plugins = []) {
this.version = '8.4.35'
this.version = '8.4.36'
this.plugins = this.normalize(plugins)

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

{
"name": "postcss",
"version": "8.4.35",
"version": "8.4.36",
"description": "Tool for transforming styles with JS plugins",

@@ -79,3 +79,3 @@ "engines": {

"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
"source-map-js": "^1.1.0"
},

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc