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

1
14

6.3.0

Diff

Changelog

Source

6.3.0 / 2023-03-27

Fixes

  • Fix $size predicate failing when applied to undefined array. 313
  • Fix $min and $max operators to consider type sorting order.
  • Fix $group operator to enforce _id in spec.
  • Fix variable propagation from parent to child expressions. 315
  • Fix missing validations for $setWindowFields operator.

New

  • Add support for $locf window operator.
  • Add support for $linearFill window operator.
  • Add support for $fill pipeline operator.
kofrasa
published 6.2.7 •

Changelog

Source

6.2.7 / 2023-01-12

Fixes

  • Ensure all variables are accessible in their local contexts. Closes 302
kofrasa
published 6.2.6 •

Changelog

Source

6.2.6 / 2023-01-12 (deprecated)

Fixes

  • Ensure all variables are accessible in their local contexts. Closes 302
kofrasa
published 6.2.5 •

Changelog

Source

6.2.5 / 2023-01-06

Fixes

  • ADD .json files to package.json files array (#299)
kofrasa
published 6.2.4 •

Changelog

Source

6.2.4 / 2023-01-06

Fixes

  • Include package.json in explicit module exports.
  • Create package.json files for subpackages to support all ESM bundlers (#298)
kofrasa
published 6.2.3 •

Changelog

Source

6.2.3 / 2023-01-05

Fixes

  • Export all module paths explicitly for CommonJS and ES6 formats. Closes 295.
kofrasa
published 6.2.2 •

Changelog

Source

6.2.2 / 2023-01/05

  • Distribute package for both commongJS and as ES6 module.
kofrasa
published 6.2.1 •

Changelog

Source

6.2.1 / 2022-12-28

Fixes

  • Properly bind $$this when resolving fields using array operators. Closes 289
kofrasa
published 6.2.0 •

Changelog

Source

6.2.0 / 2022-12-16

New

  • Added array expression operators; $maxN, $minN, $firstN, $lastN, and $sortArray.
  • Added accumulator operators; $maxN, $minN, $first, $firstN, $last, $lastN, $top, $topN, $bottom, and $bottomN.
  • Added trignometry operators; $cosh and $sinh.

Fixes

  • Correclt handle boundary values for trignometry functions.
  • Nested arrays are projected correctly when excluded in results.
  • Support MongoDB comparison sort order by data type.
kofrasa
published 6.1.3 •

Changelog

Source

6.1.3 / 2022-12-09

Fixes

  • Use correct context for resolving paths. Closes 284
  • Support user-defined global variables.
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