mongoose-encryption
Advanced tools
Comparing version 2.1.1 to 2.1.2
# Release Notes | ||
## v2.1.2 | ||
2021-11-16 | ||
- Supported encrypted subdocuments in Mongoose 6 #102 | ||
- Add CI testing for Mongoose 6 | ||
## v2.1.1 | ||
@@ -4,0 +9,0 @@ 2021-09-10 |
@@ -258,3 +258,2 @@ 'use strict'; | ||
} | ||
this._doc = data; | ||
return this; | ||
@@ -261,0 +260,0 @@ } else { |
{ | ||
"name": "mongoose-encryption", | ||
"description": "Simple encryption and authentication plugin for Mongoose", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"author": { | ||
@@ -33,3 +33,3 @@ "name": "Joe Goldbeck" | ||
"buffer-equal-constant-time": "^1.0.1", | ||
"dotty": "~0.1.0", | ||
"dotty": "^0.1.2", | ||
"json-stable-stringify": "^1.0.0", | ||
@@ -36,0 +36,0 @@ "mpath": "^0.8.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
136451
717
Updateddotty@^0.1.2