ldap-filters
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "ldap-filters", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Library for generating, parsing, and evaluating LDAP filters", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -78,2 +78,6 @@ node-ldap-filters | ||
This will result in compacted output with no whitespace like: | ||
(&(givenName=jenny)(sn=jensen)(|(c=us)(st=ontario))) | ||
If you pass a value of `true` or a numeric value to `toString()`, the | ||
@@ -85,3 +89,3 @@ output will be beautified: | ||
Will result in the following output: | ||
Will result in similar output to the following output: | ||
@@ -88,0 +92,0 @@ ``` |
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
49769
163