Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uomlibraryshared-ldap

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uomlibraryshared-ldap - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

dist/interfaces/iuom-library-shared-ldap-credentials.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc