Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mquery

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mquery - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

lib/mquery.js

@@ -560,3 +560,3 @@ 'use strict';

} else if (1 === arguments.length) {
if ('boolean' === typeof path) {
if ('boolean' === typeof arguments[0]) {
this._ensurePath('exists');

@@ -563,0 +563,0 @@ path = this._path;

@@ -215,3 +215,3 @@ 'use strict';

case 'pp':
pref = 'primaryPrefered';
pref = 'primaryPreferred';
break;

@@ -222,3 +222,3 @@ case 's':

case 'sp':
pref = 'secondaryPrefered';
pref = 'secondaryPreferred';
break;

@@ -225,0 +225,0 @@ case 'n':

{
"name": "mquery",
"version": "0.1.1",
"version": "0.1.2",
"description": "Expressive query building for MongoDB",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc