mongoose-sort-encrypted-field
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "mongoose-sort-encrypted-field", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Mongoose plugin to enable sorting on encrypted fields", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
}, | ||
"keywords": [], | ||
"keywords": ["mongoose", "plugin", "sorting", "encrypted", "encrypted field", "encrypted field sorting"], | ||
"author": "", | ||
@@ -16,0 +16,0 @@ "license": "ISC", |
@@ -64,3 +64,5 @@ # mongoose-sort-encrypted-field | ||
// Sometimes some field could be missed due to server crash or anything so, handle those. | ||
// Sometimes some field could be missed | ||
// Due to server crash or anything | ||
// So, handling those. | ||
evaluateMissedSortFields(User); | ||
@@ -67,0 +69,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14432
81
0