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

ldap-authentication

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldap-authentication - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

15

index.d.ts

@@ -0,11 +1,6 @@

import { ClientOptions } from 'ldapjs'
declare module 'ldap-authentication' {
type LDAPOpts = {
url: string
tlsOptions?: {
rejectUnauthorized: boolean
}
connectTimeout?: number
}
export type AuthenticationOptions = {
ldapOpts: LDAPOpts
export interface AuthenticationOptions {
ldapOpts: ClientOptions
userDn?: string

@@ -18,3 +13,3 @@ adminDn?: string

verifyUserExists?: boolean
starttls?: Boolean
starttls?: boolean
groupsSearchBase?: string

@@ -21,0 +16,0 @@ groupClass?: string

{
"name": "ldap-authentication",
"version": "2.3.1",
"version": "2.3.2",
"description": "A simple async nodejs library for LDAP user authentication",

@@ -42,4 +42,4 @@ "main": "index.js",

"devDependencies": {
"jasmine": "^4.3.0"
"jasmine": "^4.4.0"
}
}
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