🚀 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
31
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
2.4.7

2

lib/index.js
'use strict';
const EJSON = require('mongodb-extended-json');
const { EJSON } = require('bson');
const stringify = require('./stringify');

@@ -5,0 +5,0 @@ const { default: ejsonParse } = require('ejson-shell-parser');

{
"name": "mongodb-query-parser",
"description": "Parse MongoDB queries",
"version": "2.4.6",
"version": "2.4.7",
"scripts": {

@@ -18,5 +18,5 @@ "check": "mongodb-js-precommit",

"dependencies": {
"bson": "^4.6.1",
"bson": "^4.6.1 || ^5.0.0",
"debug": "^4.1.1",
"ejson-shell-parser": "^1.1.3",
"ejson-shell-parser": "^1.2.1",
"is-json": "^2.0.1",

@@ -26,6 +26,6 @@ "javascript-stringify": "^2.0.1",

"lru-cache": "^5.1.1",
"mongodb-extended-json": "^1.10.2",
"mongodb-language-model": "^1.6.1"
},
"devDependencies": {
"mongodb-extended-json": "^1.10.2",
"eslint-config-mongodb-js": "^5.0.3",

@@ -32,0 +32,0 @@ "mocha": "^7.0.0",

Sorry, the diff of this file is not supported yet