File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 1.3.1] - 2017-01-12
6
+ ### Fixed
7
+ - Fixed an issue with objects containing prohibited keys nested inside other objects with prohibited keys. #2
8
+ - Added a more robust check for plain objects.
9
+
5
10
## [ 1.3.0] - 2016-01-15
6
11
### Added
7
12
- A new function ` has ` , which checks whether a passed object/array contains any keys with prohibited characters.
@@ -18,6 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
18
23
19
24
Initial Release.
20
25
26
+ [ 1.3.1 ] : https://github.com/fiznool/express-mongo-sanitize/compare/v1.3.0...v1.3.1
21
27
[ 1.3.0 ] : https://github.com/fiznool/express-mongo-sanitize/compare/v1.2.0...v1.3.0
22
28
[ 1.2.0 ] : https://github.com/fiznool/express-mongo-sanitize/compare/v1.1.0...v1.2.0
23
29
[ 1.1.0 ] : https://github.com/fiznool/express-mongo-sanitize/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " express-mongo-sanitize" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " Sanitize your express payload to prevent MongoDB operator injection." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments