mongoose 5.13.22 → 5.13.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/History.md +5 -0
- package/dist/browser.umd.js +146 -142
- package/lib/helpers/populate/getModelsMapForPopulate.js +9 -0
- package/package.json +1 -1
- package/gh-13988-notes.md +0 -8
package/History.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
5.13.23 / 2024-12-17
|
|
2
|
+
====================
|
|
3
|
+
* fix(populate): backport security fix for $where in populate #15078
|
|
4
|
+
* docs: note that mongoose 5.13 is compatible with mongodb 5.0 #14283 [andrewdcato](https://github.com/andrewdcato)
|
|
5
|
+
|
|
1
6
|
5.13.22 / 2024-01-02
|
|
2
7
|
====================
|
|
3
8
|
* perf(schema): remove unnecessary lookahead in numeric subpath check
|