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

css-selector-tokenizer

Package Overview
Dependencies
Maintainers
3
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.5.0 to 0.5.1

3

lib/parse.js

@@ -97,2 +97,3 @@ "use strict";

};
if(namespace) {

@@ -179,3 +180,3 @@ newToken.namespace = unescape(namespace.substr(0, namespace.length - 1));

"((?:\\\\.|[A-Za-z_\\-0-9])*\\|)?\\*": universalMatch,
"((?:\\\\.|[A-Za-z_\\-0-9])*\\|)?((?:\\\\.|[A-Za-z_\\-0-9])+)": elementMatch,
"((?:\\\\.|[A-Za-z_\\-0-9])*\\|)?((?:\\\\.|[A-Za-z_\\-])(?:\\\\.|[A-Za-z_\\-0-9])*)": elementMatch,
"\\[([^\\]]+)\\]": attributeMatch,

@@ -182,0 +183,0 @@ "(\\s*)\\)": nestedEnd,

{
"name": "css-selector-tokenizer",
"version": "0.5.0",
"version": "0.5.1",
"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