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.28 to 8.4.29

6

lib/parser.js

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

node.source.end = this.getPosition(token[2])
node.source.end.offset++
this.semicolon = true

@@ -83,2 +84,3 @@ break

node.source.end = this.getPosition(prev[3] || prev[2])
node.source.end.offset++
}

@@ -108,2 +110,3 @@ }

node.source.end = this.getPosition(token[3] || token[2])
node.source.end.offset++
this.spaces = node.raws.between

@@ -177,2 +180,3 @@ node.raws.between = ''

node.source.end = this.getPosition(token[3] || token[2])
node.source.end.offset++

@@ -209,2 +213,3 @@ let text = token[1].slice(2, -2)

)
node.source.end.offset++

@@ -328,2 +333,3 @@ while (tokens[0][0] !== 'word') {

this.current.source.end = this.getPosition(token[2])
this.current.source.end.offset++
this.current = this.current.parent

@@ -330,0 +336,0 @@ } else {

2

lib/processor.js

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

constructor(plugins = []) {
this.version = '8.4.28'
this.version = '8.4.29'
this.plugins = this.normalize(plugins)

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

{
"name": "postcss",
"version": "8.4.28",
"version": "8.4.29",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc