mongo icon indicating copy to clipboard operation
mongo copied to clipboard

The MongoDB Database

Results 103 mongo issues
Sort by recently updated
recently updated
newest added

Optimize the performance test execution frequency to save on budget and relief some pressure on the test infra. Also update the frequency for the new SBE variant to run it...

Snyk has created this PR to upgrade force-graph from 1.40.0 to 1.42.11. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=force-graph&from_version=1.40.0&to_version=1.42.11&pr_id=20d8f7a8-8abc-47ab-876d-ef84c73fe5eb&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade react-force-graph-2d from 1.18.1 to 1.23.10. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=react-force-graph-2d&from_version=1.18.1&to_version=1.23.10&pr_id=5c55aee8-807c-4bd9-8291-7ccfc23599c1&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade react-force-graph-3d from 1.18.8 to 1.21.12. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=react-force-graph-3d&from_version=1.18.8&to_version=1.21.12&pr_id=d853b9e8-f507-4eac-88ca-7d419e1b44cd&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade bezier-js from 4.0.3 to 4.1.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=bezier-js&from_version=4.0.3&to_version=4.1.1&pr_id=c15ebea6-125e-4b48-827a-da551330be8c&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade http-server from 0.12.3 to 0.13.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=http-server&from_version=0.12.3&to_version=0.13.0&pr_id=0af927ca-4867-4e11-9395-8e043512ac79&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Corrected a typo in the function call logAttr(t) to logAttrs(t) within the "Attribute naming abstraction" section of the documentation. This ensures consistency and clarity in the usage of function names...

There is no `array` type. ```js > typeof([]) 'object' > typeof(new Array()) 'object' ``` And even in the same file at the `tojson` function it's not used: https://github.com/mongodb/mongo/blob/2b0bab0e2355bba3276cb80e05d03812300d86b2/src/mongo/shell/types.js#L627-L662

btree index check, avoid create duplicate btree indexes, Avoid affecting performance btree index check, avoid create duplicate btree indexes, Avoid affecting performance by the deplicate index. for example: add two...