We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267403e commit 1426a88Copy full SHA for 1426a88
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# mongo-url-parser changelog
2
3
-## NEXT
+## 1.5.0 (2017/12/28)
4
5
- added `safeRegex` `query` option
6
+ checks regex query operator values for regex which could be used as a DoS
package.json
{
"name": "mongo-url-utils",
- "version": "1.4.0",
+ "version": "1.5.0",
"description": "url parser utilities for connecting with mongodb",
"main": "lib/mongo-url.js",
"scripts": {
0 commit comments