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

react-querybuilder

Package Overview
Dependencies
Maintainers
0
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-querybuilder - npm Package Compare versions

Comparing version 7.5.1 to 7.5.2

2

dist/parseMongoDB.js

@@ -290,3 +290,3 @@ "use strict";

}
} else if (mdbOperator === "$regex" && /^[^^].*[^$]$/.test(getRegExStr(keyValue))) {
} else if (mdbOperator === "$regex" && /^[^^$]$|^[^^].*[^$]$/.test(getRegExStr(keyValue))) {
if (fieldIsValid(field, "contains")) {

@@ -293,0 +293,0 @@ return {

{
"name": "react-querybuilder",
"version": "7.5.1",
"version": "7.5.2",
"description": "The React <QueryBuilder /> component for constructing queries",

@@ -144,3 +144,3 @@ "main": "./dist/cjs/index.js",

},
"gitHead": "c2eaa377d378e5bcffb43924944602fe113d5c0f"
"gitHead": "2eceb6a2d61aa61d420c853330a5f3762e4abdd2"
}

Sorry, the diff of this file is not supported yet

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