Comparing version 1.1.23 to 1.1.24
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 @@ =================== |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3219644
214
26270
16