🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

mongodb-query-parser

Package Overview
Dependencies
Maintainers
25
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-query-parser - npm Package Compare versions

Comparing version

to
0.5.0

2

lib/index.js

@@ -302,3 +302,3 @@ const EJSON = require('mongodb-extended-json');

' '
).replace(/ ?\n ? ?/g, '');
).replace(/ ?\n ? ?/g, '').replace(/ {2,}/g, ' ');
};

@@ -305,0 +305,0 @@

{
"name": "mongodb-query-parser",
"description": "Parse MongoDB queries",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {

@@ -6,0 +6,0 @@ "fmt": "mongodb-js-fmt",