mongoose-field-encryption
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "mongoose-field-encryption", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "A simple symmetric encryption plugin for individual fields. Dependency free, only mongoose peer dependency.", | ||
@@ -5,0 +5,0 @@ "main": "lib/mongoose-field-encryption.js", |
@@ -21,3 +21,3 @@ # mongoose-field-encryption | ||
- Node `>=14` (Use `2.3.4` for Node `>=4.4.7 && <6.x.x`, `5.0.3` for Node `>=6.x.x && <=12.x.x`) | ||
- Node `>=14` (Use `2.3.4` for Node `>=4.4.7 && <6.x.x`, `5.0.3` for Node `>=6.x.x && <=10.x.x`, `6.3.0` for Node `12.x.x`) | ||
- MongoDB `>=4.4` | ||
@@ -255,2 +255,7 @@ - Mongoose `>=7.0.0` (use `6.3.0` for Mongoose `<7.0.0`) | ||
### 7.0.1 | ||
- Update README | ||
- No functionality affected | ||
### 7.0.0 | ||
@@ -257,0 +262,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
30778
380