Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@andrewscwei/mongodb-odm

Package Overview
Dependencies
87
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.43.1 to 0.44.0

build/utils/mapValuesToObjectIDs.d.ts

2

build/index.d.ts

@@ -70,3 +70,3 @@ /**

export * from './types';
export { default as mapValuesToObjectID } from './utils/mapValuesToObjectID';
export { default as mapValuesToObjectIDs } from './utils/mapValuesToObjectIDs';
export { default as sanitizeDocument } from './utils/sanitizeDocument';

@@ -73,0 +73,0 @@ export { default as sanitizeQuery } from './utils/sanitizeQuery';

@@ -220,4 +220,4 @@ "use strict";

__export(require("./types"));
var mapValuesToObjectID_1 = require("./utils/mapValuesToObjectID");
exports.mapValuesToObjectID = mapValuesToObjectID_1.default;
var mapValuesToObjectIDs_1 = require("./utils/mapValuesToObjectIDs");
exports.mapValuesToObjectIDs = mapValuesToObjectIDs_1.default;
var sanitizeDocument_1 = require("./utils/sanitizeDocument");

@@ -224,0 +224,0 @@ exports.sanitizeDocument = sanitizeDocument_1.default;

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

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

Sorry, the diff of this file is not supported yet

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