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.32 to 0.0.33

2

js/src/XMongoModel.js

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

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

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

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

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

@@ -694,3 +694,2 @@ import ObjectCollection = require('object-collection');

if (!this.hasOwnProperty('$data')) {
Object.defineProperty(this, '$data', {

@@ -697,0 +696,0 @@ value: new ObjectCollection(this.data),

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