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.9.0 to 1.0.0

5

History.md
1.0.0 / 2014-07-07
==================
* Remove broken require() calls until they're actually implemented #48 [vkarpov15](https://github.com/vkarpov15)
0.9.0 / 2014-05-22

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

4

lib/collection/index.js

@@ -11,4 +11,4 @@ 'use strict';

env.isNode ? require('./node') :
env.isMongo ? require('./mongo') :
require('./browser');
env.isMongo ? require('./collection') :
require('./collection');
{
"name": "mquery",
"version": "0.9.0",
"version": "1.0.0",
"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