mongoose-paginate-v2
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -68,3 +68,3 @@ /** | ||
// Hack for mongo < v3.4 | ||
if (Object.keys('collation').length > 0) { | ||
if (Object.keys(collation).length > 0) { | ||
model.collation(collation); | ||
@@ -71,0 +71,0 @@ } |
{ | ||
"name": "mongoose-paginate-v2", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "A cursor based custom pagination library for Mongoose with customizable labels.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
23393