ejson-shell-parser
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ejson-shell-parser", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "dist/ejson-shell-parser.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/ejson-shell-parser.esm.js", |
# ejson-shell-parser | ||
**Currently not published to NPM** | ||
Parses valid MongoDB EJSON Shell queries. | ||
@@ -6,0 +4,0 @@ This library does not validate that these queries are correct. It's focus is on parsing untrusted input. You may wish to use something like https://github.com/mongodb-js/mongodb-language-model to achieve this. |
481688
85