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

mquery

Package Overview
Dependencies
Maintainers
3
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 1.2.0 to 1.2.1

5

History.md
1.2.1 / 2014-09-26
==================
* fixed; distinct assignment in toConstructor() #51 from [esco](https://github.com/esco)
1.2.0 / 2014-09-18

@@ -3,0 +8,0 @@ ==================

4

lib/mquery.js

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

p._path = this._path;
p._distict = this._distinct;
p._distinct = this._distinct;
p._collection = this._collection;

@@ -1717,3 +1717,3 @@

/**
* Declares or executes a distict() operation.
* Declares or executes a distinct() operation.
*

@@ -1720,0 +1720,0 @@ * Passing a `callback` executes the query.

{
"name": "mquery",
"version": "1.2.0",
"version": "1.2.1",
"description": "Expressive query building for MongoDB",

@@ -5,0 +5,0 @@ "main": "lib/mquery.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