New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lc-xpath

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lc-xpath - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

README.md

2

lib/to-css.js

@@ -35,3 +35,3 @@ const tt = require('./tokentype');

} else {
return '[' + attr + '=' + node.value + ']';
return '[' + attr + '="' + node.value + '"]';
}

@@ -38,0 +38,0 @@ }

{
"name": "lc-xpath",
"version": "1.0.1",
"description": "",
"version": "1.0.2",
"description": "convert xpath to css selector / jquery selector / sizzle selector",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

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