Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

css-selector-tokenizer

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-selector-tokenizer - npm Package Compare versions

Comparing version 0.7.3 to 0.8.0

2

lib/parse.js

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

var selectorsSecondHalf = {
":(not|matches|has|local|global)\\((\\s*)": nestedPseudoClassStartMatch,
":(not|any|-\\w+?-any|matches|is|where|has|local|global)\\((\\s*)": nestedPseudoClassStartMatch,
":((?:\\\\.|[A-Za-z_\\-0-9])+)\\(": pseudoClassStartMatch,

@@ -184,0 +184,0 @@ ":((?:\\\\.|[A-Za-z_\\-0-9])+)": typeMatch("pseudo-class"),

{
"name": "css-selector-tokenizer",
"version": "0.7.3",
"version": "0.8.0",
"description": "Parses and stringifies CSS selectors",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc