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

6.0.2

Diff

Changelog

Source

6.0.2 / 2022-02-02

Fixes

  • Fix incorrect date bug when handling underflows in dateFromParts. See #224
kofrasa
published 6.0.1 •

Changelog

Source

6.0.1 / 2022-02-01

Fixes

  • Fixed bug in $dateFromParts which incorrectly computes the dates for some input values. See #223.
kofrasa
published 6.0.0 •

Changelog

Source

6.0.0 / 2022-01-31

New

  • Add option processingMode to control input and output behaviour.
  • Add option scriptEnabled to control whether to enable custom function operators; $where, $function, and $accumulator.
  • Add new operator type OperatorType.WINDOW.
  • Add aggregation expression operators;
    • $accumulator
    • $function
    • $getField
    • $setField
    • $unsetField
    • $sampleRate
    • $replaceOne
    • $replaceAll
  • Add pipeline operators.
    • $setWindowFields
    • $merge
    • $unionWith
  • Add window operators for $setWindowFields.
    • $denseRank
    • $derivative
    • $documentNumber
    • $expMovingAvg
    • $integral
    • $rank
    • $shift
  • Add accumulator operators.
    • $count
    • $covarianceSamp
    • $covariancePop
  • Add support for $$NOW system variable.
  • Add ISO date operators.
    • $isoWeek
    • $isoWeekYear
    • $isoDayOfWeek
  • Add support for iso8601 option to $dateToParts.
  • Add useStrictMode option to enable useful non-standard behaviour on specific operators.
    • The $elemMatch projection operator return all matching nested documents instead when useStrictMode is false.

Removed

  • Removed support for string function body in $where operator.
  • Remove addOperators function.
  • Removed Collection type.

Fixes

  • Fixed computation bug in $dateAdd and $dateSubtract operators.
  • Fix bug in sortBy which causes duplicate values.
  • Fix ranking for duplicate values for $denseRank operator.
  • Fix cursor navigation bugs.
  • Fix timezone handling in $dateToString operator.
  • Return list of single item for $count aggregation operator.
kofrasa
published 5.1.0 •

Changelog

Source

5.1.0 / 2022-01-28

Changes not published. Updates moved to 6.0.0.

kofrasa
published 5.0.0 •

Changelog

Source

5.0.0 / 2021-12-05

Changes not published. Updates moved to 6.0.0.

kofrasa
published 4.4.1 •

Changelog

Source

4.4.1 / 2021-11-16

Fixes

  • Remove lodash reference in expression operators.
kofrasa
published 4.4.0 •

Changelog

Source

4.4.0 / 2021-11-15

Features

  • Add bitwise query operators.
    • $bitsAllClear
    • $bitsAllSet
    • $bitsAnyClear
    • $bitsAnySet.
  • Add $jsonSchema query operator.
kofrasa
published 4.3.0 •

Changelog

Source

4.3.0 / 2021-11-07

Features

  • Add $rand aggregation and query operator

Fixes

  • Support arbitrary input expressions for date operators
  • Use hash function for deep-equality check in union function
kofrasa
published 4.2.0 •

Changelog

Source

4.2.0 / 2021-09-26

  • Add array operators $first and $last.
  • Add date operators $dateAdd and $dateSubtract.
kofrasa
published 4.1.5 •

Changelog

Source

4.1.5 / 2021-09-22

  • Fix regex not supported in $all query operator. #190
  • Fix behaviour of $setUnion. #192
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