🚀 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
38
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
1.3.2

2

lib/index.js

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

*/
module.exports.isMaxTimeMSValid = function(input) {
module.exports.isMaxtimemsValid = function(input) {
if (isEmpty(input)) {

@@ -332,0 +332,0 @@ return DEFAULT_MAX_TIME_MS;

{
"name": "mongodb-query-parser",
"description": "Parse MongoDB queries",
"version": "1.3.1",
"version": "1.3.2",
"scripts": {

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