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.36 to 8.4.37

4

lib/map-generator.js

@@ -101,3 +101,5 @@ 'use strict'

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

@@ -104,0 +106,0 @@ this.map = new SourceMapGenerator({

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

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

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

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

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

"picocolors": "^1.0.0",
"source-map-js": "^1.1.0"
"source-map-js": "^1.2.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