ldap-escape
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "ldap-escape", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Escape functions for LDAP filters and distinguished names to prevent LDAP injection attacks.", | ||
@@ -30,4 +30,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"jest": "^24.9.0", | ||
"jshint": "^2.10.2" | ||
"jest": "^25.1.0", | ||
"jshint": "^2.11.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "jshintConfig": { |
@@ -57,3 +57,3 @@ # ldap-escape | ||
console.log(ldapEscape.filter`uid=${uid}`); // -> '(uid=1337)' | ||
console.log(ldapEscape.filter`uid=${uid}`); // -> 'uid=1337' | ||
@@ -60,0 +60,0 @@ ### Escape a DN |
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
9234