ldap-escape
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "ldap-escape", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Escape functions for LDAP filters and distinguished names to prevent LDAP injection attacks.", | ||
@@ -29,4 +29,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash": "^4.0.0", | ||
"fmtr": "^1.0.2" | ||
"lodash": "^4.11.1", | ||
"fmtr": "^1.0.3" | ||
}, | ||
@@ -36,3 +36,3 @@ "devDependencies": { | ||
"jshint": "^2.9.1", | ||
"mocha": "^2.3.4" | ||
"mocha": "^2.4.5" | ||
}, | ||
@@ -39,0 +39,0 @@ "jshintConfig": { |
11464
Updatedfmtr@^1.0.3
Updatedlodash@^4.11.1