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 3.0.0-rc0 to 3.0.0

4

History.md

@@ -0,1 +1,5 @@

3.0.0 / 2017-01-20
==================
* chore: upgrade deps and add nsp
3.0.0-rc0 / 2017-12-06

@@ -2,0 +6,0 @@ ======================

9

package.json
{
"name": "mquery",
"version": "3.0.0-rc0",
"version": "3.0.0",
"description": "Expressive query building for MongoDB",
"main": "lib/mquery.js",
"scripts": {
"test": "mocha test/index.js test/*.test.js"
"test": "nsp check && mocha test/index.js test/*.test.js"
},

@@ -20,5 +20,6 @@ "repository": {

"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "3.2.0",
"mongodb": "~2.2",
"mocha": "3.2.0",
"istanbul": "0.3.2"
"nsp": "^2.8.1"
},

@@ -25,0 +26,0 @@ "bugs": {

# mquery
`mquery` is a fluent mongodb query builder designed to run in multiple environments. As of v0.1, `mquery` runs on `Node.js` only with support for the MongoDB shell and browser environments planned for upcoming releases.
`mquery` is a fluent mongodb query builder designed to run in multiple environments.

@@ -5,0 +5,0 @@ ## Features

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