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

openrosa-xpath-evaluator

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openrosa-xpath-evaluator - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

package.json
{
"name": "openrosa-xpath-evaluator",
"version": "1.4.0",
"version": "1.4.1",
"description": "Wrapper for browsers' XPath evaluator with added support for OpenRosa extensions.",

@@ -5,0 +5,0 @@ "main": "src/openrosa-xpath.js",

@@ -261,2 +261,3 @@ /*

} else {
if(cur.v) handleXpathExpr();
pushOp(c);

@@ -263,0 +264,0 @@ }

@@ -1196,2 +1196,31 @@ define(['src/openrosa-xpath-extensions', 'src/extended-xpath', 'src/translate', 'chai', 'lodash'],

". <= 1": true,
'1=1': true,
'1=0': false,
'0=1': false,
'1 =1': true,
'1 =0': false,
'0 =1': false,
'1= 1': true,
'1= 0': false,
'0= 1': false,
'1 = 1': true,
'1 = 0': false,
'0 = 1': false,
"../some-path='some-value'": false,
'../some-path="some-value"': false,
"../some-path= 'some-value'": false,
"../some-path ='some-value'": false,
"../some-path = 'some-value'": false,
"'some-value'=../some-path": false,
'"some-value"=../some-path': false,
"'some-value'= ../some-path": false,
"'some-value' =../some-path": false,
"'some-value' = ../some-path": false,
}, function(matcher, expression) {

@@ -1198,0 +1227,0 @@ it('should convert "' + expression + '" to match "' + matcher + '"', function() {

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