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

2.1.0

Diff

Changelog

Source

2.1.0 / 2017-12-17

  • Added new Lazy iterator to re-implement Cursor and pipeline operators
  • Added Aggregator.stream to obtain iterator for stream pipeline results
  • Removed Cursor methods first() and last()
kofrasa
published 2.0.5 •

Changelog

Source

2.0.5 / 2017-12-11

  • Add typescript declaration. Fixes #75
kofrasa
published 2.0.4 •

Changelog

Source

2.0.4 / 2017-10-19

  • Handle date values in $add operator. Fixes #73
kofrasa
published 2.0.3 •

Changelog

Source

2.0.3 / 2017-09-25

  • Fix map so it does not break cloneDeep
  • Improve hash function
kofrasa
published 2.0.2 •

Changelog

Source

2.0.2 / 2017-09-14

  • Remove array size constraint on $concatArrays. #64
  • Filter out empty values from collection. #65
  • Fix false positive tests and $substrBytes. #66
  • $regex should matched nested one level deep. #70
kofrasa
published 2.0.1 •

Changelog

Source

2.0.1 / 2017-09-07

  • Minimize cloning in pipeline operators
  • Return new object for $lookup without mutating original. Fixes #59 and #60
  • Make clone return shallow clone
  • Provide cloneDeep for deep cloning
kofrasa
published 2.0.0 •

Changelog

Source

2.0.0 / 2017-08-12

  • Removed custom polyfills
  • Added $strLenBytes, $strLenCP, $substrCP, $substrBytes
  • Fix $indexOfBytes
  • Fix $stdDevSamp
  • Fix $in for aggregation operations
  • Removed max and min cursor methods.
  • Restrict custom query operator type OP_QUERY to return boolean only
  • Rename OP_AGGREGATE to OP_EXPRESSION
  • Update $unwind to MongoDB 3.2 features
kofrasa
published 1.3.3 •

Changelog

Source

1.3.3 / 2017-08-02

  • Fix computeValue not overriding group operator keys after resolving expression
  • Added $in, $objectToArray, and $arrayToObject array aggregation operators
kofrasa
published 1.3.2 •

Changelog

Source

1.3.2 / 2017-07-28

  • Restore setup function. https://github.com/kofrasa/mingo/issues/56
kofrasa
published 1.3.1 •

Changelog

Source

1.3.1 / 2017-07-24

  • Replaced core-js because it bloats compiled library by 10K i.e. ~24%
  • Fix #55
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