mongoose-sort-encrypted-field
Advanced tools
Comparing version 0.2.14 to 0.2.15
{ | ||
"name": "mongoose-sort-encrypted-field", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"description": "Mongoose plugin to enable sorting on encrypted fields", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -87,6 +87,4 @@ # mongoose-sort-encrypted-field | ||
``` | ||
Any options which we can pass to [redis-ordered-queue](https://www.npmjs.com/package/redis-ordered-queue) constructor and redis options can be an instance of [ioredis](https://www.npmjs.com/package/ioredis) or any value that we can pass to ioredis constructor | ||
<br> | ||
Any options which we can pass to [redis-ordered-queue](<(https://www.npmjs.com/package/redis-ordered-queue)>) constructor and redis options can be an instance of [ioredis](https://www.npmjs.com/package/ioredis) or any value that we can pass to ioredis constructor | ||
2. `noOfCharsForSortId?: number` default: `50` | ||
@@ -93,0 +91,0 @@ Number of characters for sort ID, bigger number is mathematically better. |
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
46325
121