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.10 to 1.1.11

5

History.md
1.1.11 / 2011-03-25
===================
* Fixed for use of `type` as a key.
1.1.10 / 2011-03-23

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

2

lib/mongoose/index.js

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

exports.version = '1.1.10';
exports.version = '1.1.11';

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

@@ -100,3 +100,3 @@

if (obj[i].constructor == Object && (!obj[i].type || obj[i].__nested)) {
if (obj[i].constructor == Object && (!obj[i].type || obj[i].type.type)) {
if (Object.keys(obj[i]).length)

@@ -103,0 +103,0 @@ this.add(obj[i], prefix + i + '.');

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

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

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