New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mingo

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mingo - npm Package Versions

1
15

1.3.0

Diff

Changelog

Source

1.3.0 / 2017-07-23

  • Support ES6 modules
  • Fix matching null and missing values. https://github.com/kofrasa/mingo/issues/54
  • Improve comparing user-defined types
kofrasa
published 1.2.0 •

Changelog

Source

v1.2.0 / 2017-07-17

  • Fix $where operator not executed last. https://github.com/kofrasa/mingo/pull/50
  • Fix matching nested arrays. https://github.com/kofrasa/mingo/issues/51
  • Added $facet and $bucket operators
  • Added $bucketAuto operator without granularity support
  • Added string keys for $type operator
  • Added Cursor support for ES2015 Iterator Protocol
  • Sort null/undefined values to front of sorted result
  • Revert to operator names with format Mingo.OP_<name>
kofrasa
published 1.1.2 •

Changelog

Source

v1.1.2 / 2017-03-30

  • Optimize $lookup implementation
  • Avoid reversing original input to $reverseArray
kofrasa
published 1.1.1 •

Changelog

Source

v1.1.1 / 2017-03-12

  • Fix incorrect method call for ObjectProto
  • Limit exposed util methods to type checking
kofrasa
published 1.1.0 •

Changelog

Source

v1.1.0 / 2017-03-11

  • Renamed Mingo.OP_<name> functions to Mingo.KEY_<name>
  • Added pipeline stage operator ($lookup)
kofrasa
published 1.0.1 •

Changelog

Source

v1.0.1 / 2017-03-01

  • Updated polyfills to fix failing build on older node versions
kofrasa
published 1.0.0 •

Changelog

Source

v1.0.0 / 2017-02-28

  • Added array aggregation operators ($arrayElemAt,$concatArrays,$filter,$indexOfArray,$isArray,$range,$reverseArray,$reduce,$slice,$zip)
  • Added string aggregation operators ($indexOfBytes,$split)
  • Added arithmetic aggregation operators ($ceil,$exp,$floor,$ln,$log,$log10,$pow,$sqrt,$trunc)
  • Added .editorconfig
  • Pass utility functions to custom operator implementation
  • Rename function to retrieve collection id to idKey in custom operators
  • Moved support for query projection streaming to a new package mingo-stream
kofrasa
published 0.9.1 •

Changelog

Source

v0.9.1 / 2017-02-08

  • Fix resolving system variables with subpaths. See #41
kofrasa
published 0.9.0 •

Changelog

Source

v0.9.0 / 2017-02-06

  • Added support for system variables ($$ROOT,$$CURRENT)
  • Implemented more pipeline operators ($redact,$addFields,$sample,$sortByCount,$count,$replaceRoot)
  • Added $switch conditional operator
  • Fixed $ifNull conditional operator
  • Allow use of $in and $nin as aggregation comparison operators
kofrasa
published 0.8.1 •

Changelog

Source

v0.8.1 / 2016-12-08

  • Fix querying deeply nested nested arrays and object equality matching. See #36
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