Socket
Socket
Sign inDemoInstall

mongoose

Package Overview
Dependencies
Maintainers
0
Versions
884
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.23 to 1.1.24

lib/mongoose/.model.js.swp

5

History.md
1.1.24 / 2011-04-03
===================
* fixed; pushing an array onto an Array works on existing docs
1.1.23 / 2011-04-01

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

2

lib/mongoose/index.js

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

exports.version = '1.1.23';
exports.version = '1.1.24';

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

@@ -129,2 +129,3 @@

if (val.constructor !== Object) {
if (Array.isArray(val)) val = [val];
val = schema.cast(val)[0];

@@ -131,0 +132,0 @@ }

{
"name": "mongoose"
, "description": "Mongoose MongoDB ORM"
, "version": "1.1.23"
, "version": "1.1.24"
, "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