Socket
Socket
Sign inDemoInstall

@csstools/postcss-is-pseudo-class

Package Overview
Dependencies
7
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

7

CHANGELOG.md
# Changes to PostCSS Is Pseudo Class
### 2.0.1 (March 5, 2022)
### 2.0.2 (April 4, 2022)
- Improved : compound selector order with pseudo elements
- Improved : selector specificity calculation.
### 2.0.1 (March 4, 2022)
- Preserve selector order as much as possible. Fixes issues where pseudo elements `::before` were moved.

@@ -6,0 +11,0 @@

10

package.json
{
"name": "@csstools/postcss-is-pseudo-class",
"description": "A pseudo-class for matching elements in a selector list",
"version": "2.0.1",
"version": "2.0.2",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/csstools"
},
"engines": {

@@ -27,3 +31,3 @@ "node": "^12 || ^14 || >=16"

"dependencies": {
"postcss-selector-parser": "^6.0.9"
"postcss-selector-parser": "^6.0.10"
},

@@ -34,3 +38,3 @@ "peerDependencies": {

"devDependencies": {
"puppeteer": "^13.3.1"
"puppeteer": "^13.5.2"
},

@@ -37,0 +41,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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