Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "mingo", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "JavaScript implementation of MongoDB query language", | ||
@@ -5,0 +5,0 @@ "main": "mingo.js", |
# Mingo | ||
JavaScript implementation of MongoDB query language | ||
[![build status](https://secure.travis-ci.org/kofrasa/mingo.png)](http://travis-ci.org/kofrasa/mingo) | ||
# Dependencies | ||
@@ -108,3 +110,3 @@ [underscore](https://github.com/jashkenas/underscore) | ||
var query = Mingo.compile({ | ||
var query = new Mingo.Query({ | ||
scores: { $elemMatch: {type: "exam", score: {$gt: 90}} } | ||
@@ -111,0 +113,0 @@ }, {name: 1}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71691
204