Socket
Socket
Sign inDemoInstall

@oridune/epic-odm

Package Overview
Dependencies
2
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.15 to 1.0.16

2

package.json
{
"name": "@oridune/epic-odm",
"version": "1.0.15",
"version": "1.0.16",
"description": "Install 1 ODM and code once with any database driver.",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -106,2 +106,5 @@ "use strict";

await createIndexes(Collection, (0, model_1.getModelOptions)(Embed.model).indexes, Embed.options.name);
}
for (const Model of this.Models) {
const ModelOptions = (0, model_1.getModelOptions)(Model);
await ((_a = ModelOptions.onInit) === null || _a === void 0 ? void 0 : _a.call(ModelOptions));

@@ -108,0 +111,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc