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 Versions

13
14

6.4.5

Diff

Changelog

Source

6.4.5 / 2023-09-26

Fixes

  • Allow specifying only field expression for $getField operator.
  • Make place argument optional for $trunc and $round. 347
  • Add and default to new clone mode copy for UpdateOptions.
  • Remove clone mode structured for UpdateOptions.
kofrasa
published 6.4.4 •

Changelog

Source

6.4.4 / 2023-08-13

Fixes

  • Fixed incorrect query normalization when a regex condition is specified as an object literal. 355
  • Restore generic type annotations for top-level classes. 357
kofrasa
published 6.4.3 •

Changelog

Source

6.4.3 / 2023-06-28

Fixes

  • Fix rounding of even whole numbers. 347
kofrasa
published 6.4.2 •

Changelog

Source

6.4.2 / 2023-06-23

New

  • Add Context to enable isolated configurations of usable operators in the same runtime context.
kofrasa
published 6.4.1 •

Changelog

Source

6.4.1 / 2023-06-08

New

  • Add options support for updateObject.
  • Add createUpdater for creating updater functions with default options.
  • Default to no cloning of inputs to update operators.
  • Provide clone method configuration via cloneMode option.
kofrasa
published 6.4.0 •

Changelog

Source

6.4.0 / 2023-06-06

New

  • Added support for update operators accessible via updateObject from mingo/updater. Includes;
    • Field Update Operators: $currentDate, $inc, $max, $min, $mul, $set, $unset, $rename.
    • Array Update Operators: $[], $[<identifier>], $addToSet, $pop, $push, $pull, $pushAll.
    • Bitwise Update Operators: $bit.
kofrasa
published 6.3.4 •

Changelog

Source

6.3.4 / 2023-05-26

Fixes

  • Fixed hash collision resolution for $sort and $group. Closes 332.
  • Support MongoDB compatibility truth check for $where operator.

Minor

  • Export walk util function.
  • Flatten module exports to expose only index roots.
  • Update dependencies.
kofrasa
published 6.3.3 •

Changelog

Source

6.3.3 / 2023-05-26 (deprecated)

  • Deprecated due to invalid operator imports.
kofrasa
published 6.3.2 •

Changelog

Source

6.3.2 / 2023-03-29

Fixes

  • Coerce empty string "" to true for applicable operators when using strict MongoDB compatibility mode. 321
kofrasa
published 6.3.1 •

Changelog

Source

6.3.1 / 2023-03-28

Fixes

  • Fix $filter to properly handle truthy values. 320
  • Fix $arrayToObject to flatten array before converting to objects.
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