Socket
Socket
Sign inDemoInstall

@mongez/mongodb

Package Overview
Dependencies
235
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.56 to 1.0.57

2

cjs/aggregate/UnwindPipeline.d.ts
import { Pipeline } from "./pipeline";
export type UnwindOptions = {
preserveNullAndEmptyArrays?: boolean;
includeArrayIndex?: string | null;
includeArrayIndex?: string;
};

@@ -6,0 +6,0 @@ export declare class UnwindPipeline extends Pipeline {

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

this.column = column;
const { preserveNullAndEmptyArrays = false, includeArrayIndex = null } =
const { preserveNullAndEmptyArrays = false, includeArrayIndex = "" } =
options;

@@ -16,0 +16,0 @@ this.data({

import { Pipeline } from "./pipeline";
export type UnwindOptions = {
preserveNullAndEmptyArrays?: boolean;
includeArrayIndex?: string | null;
includeArrayIndex?: string;
};

@@ -6,0 +6,0 @@ export declare class UnwindPipeline extends Pipeline {

@@ -11,3 +11,3 @@ import { $agg } from "./expressions.js";

this.column = column;
const { preserveNullAndEmptyArrays = false, includeArrayIndex = null } =
const { preserveNullAndEmptyArrays = false, includeArrayIndex = "" } =
options;

@@ -14,0 +14,0 @@ this.data({

{
"name": "@mongez/mongodb",
"version": "1.0.56",
"version": "1.0.57",
"description": "Powerful Mongodb Database Manager for Node Js",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc