🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

postcss-selector-parser

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-selector-parser - npm Package Compare versions

Comparing version

to
6.1.2

2

API.md

@@ -789,3 +789,3 @@ # API Documentation

to this method are passed to postcss's error constructor
([documentation](http://api.postcss.org/Container.html#error)).
([documentation](http://postcss.org/api/#container-error)).

@@ -792,0 +792,0 @@ #### Async Error Example

@@ -0,1 +1,5 @@

# 6.1.2
- Fixed: erroneous trailing combinators in pseudos
# 6.1.1

@@ -2,0 +6,0 @@

@@ -488,3 +488,3 @@ "use strict";

var nextSigTokenPos = this.locateNextMeaningfulToken(this.position);
if (nextSigTokenPos < 0 || this.tokens[nextSigTokenPos][_tokenize.FIELDS.TYPE] === tokens.comma) {
if (nextSigTokenPos < 0 || this.tokens[nextSigTokenPos][_tokenize.FIELDS.TYPE] === tokens.comma || this.tokens[nextSigTokenPos][_tokenize.FIELDS.TYPE] === tokens.closeParenthesis) {
var nodes = this.parseWhitespaceEquivalentTokens(nextSigTokenPos);

@@ -491,0 +491,0 @@ if (nodes.length > 0) {

{
"name": "postcss-selector-parser",
"version": "6.1.1",
"version": "6.1.2",
"devDependencies": {

@@ -5,0 +5,0 @@ "@babel/cli": "^7.11.6",