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

xpath-to-css

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xpath-to-css - npm Package Compare versions

Comparing version

to
1.2.0

@@ -37,3 +37,3 @@ /**

const subRegexes = {
"tag": "([a-zA-Z][a-zA-Z0-9:-]{0,20}|\\*)",
"tag": "([a-zA-Z][a-zA-Z0-9:-]*|\\*)",
"attribute": "[.a-zA-Z_:][-\\w:.]*(\\(\\))?)",

@@ -40,0 +40,0 @@ "value": "\\s*[\\w/:][-/\\w\\s,:;.]*"

{
"name": "xpath-to-css",
"version": "1.1.0",
"version": "1.2.0",
"title": "XPath to CSS",

@@ -5,0 +5,0 @@ "description": "Utility function for converting XPath expressions to CSS selectors",