Socket
Socket
Sign inDemoInstall

@oridune/epic-odm

Package Overview
Dependencies
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oridune/epic-odm - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

2

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

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

@@ -89,3 +89,3 @@ "use strict";

: 1 }));
}, {}), unique: (_a = Indexes[name].types) === null || _a === void 0 ? void 0 : _a.includes("unique"), background: true }, (typeof Indexes[name].ttl === "number"
}, {}), unique: !!((_a = Indexes[name].types) === null || _a === void 0 ? void 0 : _a.includes("unique")), background: true }, (typeof Indexes[name].ttl === "number"
? { expireAfterSeconds: Indexes[name].ttl }

@@ -92,0 +92,0 @@ : {})));

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