mongoose-sort-encrypted-field
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -0,5 +1,5 @@ | ||
declare const Base2N: any; | ||
declare const documentsBinarySearch: any, getAverageSortId: any, updateSortFieldsForDocument: any; | ||
declare const getModelsQueue: any; | ||
declare const mongoose: any; | ||
declare const Base2N: any; | ||
declare function sortEncryptedFields(schema: { | ||
@@ -6,0 +6,0 @@ pre: Function; |
@@ -10,6 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}; | ||
const Base2N = require("@navpreetdevpuri/base-2-n"); | ||
const { documentsBinarySearch, getAverageSortId, updateSortFieldsForDocument } = require("./utils"); | ||
const getModelsQueue = require("./modelsQueue"); | ||
// It is not in package.json to keep it at the same version as the package user's mongoose version to avoid compatibility issues | ||
const mongoose = require("mongoose"); | ||
const Base2N = require("@navpreetdevpuri/base-2-n"); | ||
/* | ||
@@ -16,0 +17,0 @@ options: |
{ | ||
"name": "mongoose-sort-encrypted-field", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Mongoose plugin to enable sorting on encrypted fields", | ||
@@ -31,3 +31,2 @@ "main": "lib/index.js", | ||
"ioredis": "^5.3.1", | ||
"mongoose": "^7.0.2", | ||
"redis-ordered-queue": "^1.4.2" | ||
@@ -34,0 +33,0 @@ }, |
@@ -0,5 +1,8 @@ | ||
const Base2N = require("@navpreetdevpuri/base-2-n"); | ||
const { documentsBinarySearch, getAverageSortId, updateSortFieldsForDocument } = require("./utils"); | ||
const getModelsQueue = require("./modelsQueue"); | ||
// It is not in package.json to keep it at the same version as the package user's mongoose version to avoid compatibility issues | ||
const mongoose = require("mongoose"); | ||
const Base2N = require("@navpreetdevpuri/base-2-n"); | ||
@@ -6,0 +9,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
49987
3
1029
- Removedmongoose@^7.0.2
- Removed@mongodb-js/saslprep@1.1.9(transitive)
- Removed@types/node@22.10.1(transitive)
- Removed@types/webidl-conversions@7.0.3(transitive)
- Removed@types/whatwg-url@8.2.2(transitive)
- Removedbson@5.5.1(transitive)
- Removedip-address@9.0.5(transitive)
- Removedjsbn@1.1.0(transitive)
- Removedkareem@2.5.1(transitive)
- Removedmemory-pager@1.5.0(transitive)
- Removedmongodb@5.9.2(transitive)
- Removedmongodb-connection-string-url@2.6.0(transitive)
- Removedmongoose@7.8.3(transitive)
- Removedmpath@0.9.0(transitive)
- Removedmquery@5.0.0(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedsift@16.0.1(transitive)
- Removedsmart-buffer@4.2.0(transitive)
- Removedsocks@2.8.3(transitive)
- Removedsparse-bitfield@3.0.3(transitive)
- Removedsprintf-js@1.1.3(transitive)
- Removedtr46@3.0.0(transitive)
- Removedundici-types@6.20.0(transitive)
- Removedwebidl-conversions@7.0.0(transitive)
- Removedwhatwg-url@11.0.0(transitive)