Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
openrosa-xpath-evaluator
Advanced tools
Wrapper for browsers' XPath evaluator with added support for OpenRosa extensions.
Wrapper for browsers' XPath evaluator with added support for OpenRosa extensions.
For more info on extended XPath expressions/bindings supported by XForms/OpenRosa/OpenDataKit (ODK) see:
Any expression made requesting a node-type result will be delegated to the underlying xpath evaluator.
Also, the expression parser is currently very basic and will fail for some xpath expressions. Some examples of expressions that are and are not supported follow.
/model/instance[1]//*
/model/instance[1]/*/meta/*
./author
author
first.name
/bookstore
//author
author/first-name
bookstore//title
bookstore/*/title
bookstore//book/excerpt//emph
.//title
author/*
book/*/last-name
@style
price/@exchange
price/@exchange/total
book[@style]
book/@style
./first-name
first-name
author[1]
author[first-name][3]
my:book
x/y[1]
x[1]/y[2]
book[excerpt]
book[excerpt]/title
book[excerpt]/author[degree]
book[author/degree]
author[degree][award]
ancestor::book[1]
ancestor::book[author][1]
ancestor::author[parent::book][1]
*/*
*[@specialty]
@my:*
@*
author[degree and award]
author[(degree or award) and publication]
author[degree and not(publication)]
author[not(degree or award) and publication]
author[. = "Matthew Bob"]
author[last-name = "Bob" and ../price > 50]
author[not(last-name = "Bob")]
author[first-name = "Bob"]
author[last-name = "Bob" and first-name = "Joe"]
author[* = "Bob"]
author[last-name = "Bob"]
author[last-name[1] = "Bob"]
author[last-name [position()=1]= "Bob"]
book[last()]
book/author[last()]
book[position() <= 3]
book[/bookstore/@specialty=@style]
degree[position() < 3]
degree[@from != "Harvard"]
my:*
p/text()[2]
price[@intl = "Canada"]
x/y[position() = 1]
(book/author)[last()]
(x/y)[1]
FAQs
Wrapper for browsers' XPath evaluator with added support for OpenRosa extensions.
The npm package openrosa-xpath-evaluator receives a total of 568 weekly downloads. As such, openrosa-xpath-evaluator popularity was classified as not popular.
We found that openrosa-xpath-evaluator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.