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

mingo

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mingo - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"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});

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