New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongorito

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongorito - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

lib/serialize.js

@@ -7,3 +7,3 @@ 'use strict';

return mapObject(obj, (key, value) => {
if (typeof value.toBSON === 'function') {
if (value && typeof value.toBSON === 'function') {
value = value.toBSON();

@@ -10,0 +10,0 @@ }

{
"name": "mongorito",
"version": "3.0.2",
"version": "3.0.3",
"description": "ES6 generator-based MongoDB ODM.",

@@ -5,0 +5,0 @@ "author": "Vadim Demedes <vdemedes@gmail.com>",

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