🚀 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
34
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
4.1.3

2

dist/stringify.js

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

}
return `BinData(${subType.toString(16)}, '${v.toString('base64')}')`;
return `BinData(${subType.toString(10)}, '${v.toString('base64')}')`;
},

@@ -56,0 +56,0 @@ DBRef: function (v) {

@@ -16,3 +16,3 @@ {

"homepage": "https://github.com/mongodb-js/devtools-shared",
"version": "4.1.2",
"version": "4.1.3",
"repository": {

@@ -74,3 +74,3 @@ "type": "git",

},
"gitHead": "b1b1f35030a7a0923d5db88aa5ae700678350b40"
"gitHead": "c2f600ce7f068717ded5e3342c40e24c48b78888"
}