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.3.0 to 0.3.1

5

History.md
0.3.1 / 2013-08-22
==================
* fixed; update retains key order #19
0.3.0 / 2013-08-22

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

2

lib/mquery.js

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

Query.prototype._updateForExec = function () {
var update = utils.clone(this._update)
var update = utils.clone(this._update, { retainKeyOrder: true })
, ops = utils.keys(update)

@@ -2222,0 +2222,0 @@ , i = ops.length

{
"name": "mquery",
"version": "0.3.0",
"version": "0.3.1",
"description": "Expressive query building for MongoDB",

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

Sorry, the diff of this file is too big to display

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