Socket
Socket
Sign inDemoInstall

@andrewscwei/mongodb-odm

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@andrewscwei/mongodb-odm - npm Package Compare versions

Comparing version 0.23.0 to 0.24.0

4

build/types/index.d.ts

@@ -23,3 +23,5 @@ import { CollectionAggregationOptions, CollectionInsertManyOptions, CollectionInsertOneOptions, CommonOptions, FilterQuery, FindOneAndReplaceOption, IndexOptions, ObjectID, ReplaceOneOptions, UpdateQuery } from 'mongodb';

*/
export declare type Update<T = {}> = UpdateQuery<DocumentFragment<T>> | DocumentFragment<T>;
export declare type Update<T = {}> = UpdateQuery<DocumentFragment<T>> | {
[K in keyof DocumentFragment<T>]: DocumentFragment<T>[K] | null;
};
/**

@@ -26,0 +28,0 @@ * Data type for all field types.

{
"name": "@andrewscwei/mongodb-odm",
"version": "0.23.0",
"version": "0.24.0",
"description": "ODM for MongoDB",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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