Executable and Linkable Format (ELF), is the default binary format on Linux-based systems.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/mongoose/lib/index.js b/node_modules/mongoose/lib/index.js | |
index 80a8ca5..cc3d2b4 100644 | |
--- a/node_modules/mongoose/lib/index.js | |
+++ b/node_modules/mongoose/lib/index.js | |
@@ -4,16 +4,7 @@ | |
* Module dependencies. | |
*/ | |
-if (global.MONGOOSE_DRIVER_PATH) { | |
- const deprecationWarning = 'The `MONGOOSE_DRIVER_PATH` global property is ' + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "array", | |
"properties": { | |
"Category": { | |
"type": "string" | |
}, | |
"Features": { | |
"Scale Out Architecture": { | |
"type": "string", | |
"enum": [ |