Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xpress-mongo

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xpress-mongo - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

2

js/src/XMongoModel.js

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

Object.defineProperty(this, '$data', {
value: new ObjectCollection(this.data),
value: new ObjectCollection(this.data).removeNull(),
writable: true,

@@ -573,0 +573,0 @@ enumerable: false

{
"name": "xpress-mongo",
"version": "0.0.31",
"version": "0.0.32",
"description": "Light Weight ODM for mongoDb",

@@ -29,3 +29,3 @@ "main": "js/index.js",

"mongodb": "^3.5.9",
"object-collection": "^1.0.24",
"object-collection": "^1.0.25",
"typescript": "^3.9.5"

@@ -32,0 +32,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