File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 1.3.2] - 2017-01-12
6+ ### Fixed
7+ - Fixed an issue when using the sanitizer in the node REPL. #3
8+
59## [ 1.3.1] - 2017-01-12
610### Fixed
711- Fixed an issue with objects containing prohibited keys nested inside other objects with prohibited keys. #2
@@ -23,6 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2327
2428Initial Release.
2529
30+ [ 1.3.2 ] : https://github.com/fiznool/express-mongo-sanitize/compare/v1.3.1...v1.3.2
2631[ 1.3.1 ] : https://github.com/fiznool/express-mongo-sanitize/compare/v1.3.0...v1.3.1
2732[ 1.3.0 ] : https://github.com/fiznool/express-mongo-sanitize/compare/v1.2.0...v1.3.0
2833[ 1.2.0 ] : https://github.com/fiznool/express-mongo-sanitize/compare/v1.1.0...v1.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " express-mongo-sanitize" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2 " ,
44 "description" : " Sanitize your express payload to prevent MongoDB operator injection." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments