uomlibraryshared-ldap
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -5,5 +5,5 @@ "use strict"; | ||
function isIUomLibrarySharedLdapCredentials(test) { | ||
if (tscommons_core_1.CommonsType.hasPropertyString(test, 'url')) | ||
if (!tscommons_core_1.CommonsType.hasPropertyString(test, 'url')) | ||
return false; | ||
if (tscommons_core_1.CommonsType.hasPropertyString(test, 'key')) | ||
if (!tscommons_core_1.CommonsType.hasPropertyString(test, 'key')) | ||
return false; | ||
@@ -10,0 +10,0 @@ return true; |
{ | ||
"name": "uomlibraryshared-ldap", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Library Node.js library for LDAP", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
7328