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.17 to 1.1.18

5

History.md
1.1.18 / 2011-03-30
===================
* Fixed; non-mixed type object setters work after initd from null
1.1.17 / 2011-03-30

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

2

lib/mongoose/document.js

@@ -226,3 +226,3 @@

else {
obj = obj[parts[i]];
obj = obj[parts[i]] || (obj[parts[i]] = {});
}

@@ -229,0 +229,0 @@ }

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

exports.version = '1.1.17';
exports.version = '1.1.18';

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

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

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

Sorry, the diff of this file is not supported yet

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