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

mongoat

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoat - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

lib/mongoat.js

@@ -269,4 +269,4 @@ 'use strict';

document.$setOnInsert = document.$setOnInsert || {};
document.$set._version = document.$set._version || docToProcess._id._version + 1;
document.$setOnInsert._version = document.$setOnInsert._version || docToProcess._id._version + 1;
document.$set._version = docToProcess._id._version + 1;
document.$setOnInsert._version = docToProcess._id._version + 1;
}

@@ -273,0 +273,0 @@

{
"name": "mongoat",
"version": "2.0.1",
"version": "2.0.2",
"description": "Mongoat is a MongoDb ODM",

@@ -5,0 +5,0 @@ "keywords": [

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