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.2.0 to 0.3.0

1

dist/classes/uom-library-shared-ldap-queued-resolver.d.ts

@@ -11,2 +11,3 @@ import { IUomLibraryLdapData } from 'uomlibrarycommons-core';

ldapService: UomLibrarySharedLdapService, speed?: number);
queue(entry: T): void;
reset(): void;

@@ -13,0 +14,0 @@ protected abstract accept(entry: T): Promise<boolean>;

@@ -13,2 +13,5 @@ "use strict";

}
queue(entry) {
this.ldapQueue.push(entry);
}
reset() {

@@ -15,0 +18,0 @@ this.ldapQueue = [];

2

package.json
{
"name": "uomlibraryshared-ldap",
"version": "0.2.0",
"version": "0.3.0",
"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