Comparing version 2.0.1 to 2.0.2
@@ -55,3 +55,3 @@ "use strict"; | ||
_isBinaryType() { | ||
return this.type.endsWith(';binary'); | ||
return /;binary$/i.test(this.type || ''); | ||
} | ||
@@ -58,0 +58,0 @@ } |
@@ -0,1 +1,4 @@ | ||
### 2.0.2 | ||
* Ignore case when determining if attribute is binary. Fix #11 | ||
### 2.0.1 | ||
@@ -2,0 +5,0 @@ * Documentation updates |
{ | ||
"name": "ldapts", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "LDAP client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
315214