Socket
Socket
Sign inDemoInstall

mongoose

Package Overview
Dependencies
Maintainers
0
Versions
883
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose - npm Package Compare versions

Comparing version 1.1.19 to 1.1.20

5

History.md
1.1.20 / 2011-03-31
===================
* Fixed; setting multiple props on null field works
1.1.19 / 2011-03-31

@@ -3,0 +8,0 @@ ===================

@@ -232,2 +232,7 @@

for (var i = 0, len = parts.length - 1; i <= len; ++i) {
if (this.isModified(parts[i])) {
markedModified = true;
break;
}
if (null === this.get(parts[i])) {

@@ -234,0 +239,0 @@ this.activePaths.modify(parts[i]);

2

lib/mongoose/index.js

@@ -284,3 +284,3 @@

exports.version = '1.1.19';
exports.version = '1.1.20';

@@ -287,0 +287,0 @@ /**

{
"name": "mongoose"
, "description": "Mongoose MongoDB ORM"
, "version": "1.1.19"
, "version": "1.1.20"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"

@@ -6,0 +6,0 @@ , "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql"]

Sorry, the diff of this file is too big to display

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