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

@types/ldapjs

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ldapjs - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

93

ldapjs/index.d.ts

@@ -362,2 +362,95 @@ // Type definitions for ldapjs 1.0

}
export class TimeLimitExceededError {
constructor(error?: string);
}
export class SizeLimitExceededError {
constructor(error?: string);
}
export class CompareFalseError {
constructor(error?: string);
}
export class CompareTrueError {
constructor(error?: string);
}
export class AuthMethodNotSupportedError {
constructor(error?: string);
}
export class StrongAuthRequiredError {
constructor(error?: string);
}
export class ReferralError {
constructor(error?: string);
}
export class AdminLimitExceededError {
constructor(error?: string);
}
export class UnavailableCriticalExtensionError {
constructor(error?: string);
}
export class ConfidentialityRequiredError {
constructor(error?: string);
}
export class SaslBindInProgressError {
constructor(error?: string);
}
export class UndefinedAttributeTypeError {
constructor(error?: string);
}
export class InappropriateMatchingError {
constructor(error?: string);
}
export class ConstraintViolationError {
constructor(error?: string);
}
export class AttributeOrValueExistsError {
constructor(error?: string);
}
export class InvalidAttriubteSyntaxError {
constructor(error?: string);
}
export class AliasProblemError {
constructor(error?: string);
}
export class InvalidDnSyntaxError {
constructor(error?: string);
}
export class AliasDerefProblemError {
constructor(error?: string);
}
export class InappropriateAuthenticationError {
constructor(error?: string);
}
export class BusyError {
constructor(error?: string);
}
export class UnavailableError {
constructor(error?: string);
}
export class UnwillingToPerformError {
constructor(error?: string);
}
export class LoopDetectError {
constructor(error?: string);
}
export class NamingViolationError {
constructor(error?: string);
}
export class ObjectclassViolationError {
constructor(error?: string);
}
export class NotAllowedOnNonLeafError {
constructor(error?: string);
}
export class NotAllowedOnRdnError {
constructor(error?: string);
}
export class ObjectclassModsProhibitedError {
constructor(error?: string);
}
export class AffectsMultipleDsasError {
constructor(error?: string);
}
export class OtherError {
constructor(error?: string);
}

@@ -364,0 +457,0 @@ declare class Filter {

6

ldapjs/package.json
{
"name": "@types/ldapjs",
"version": "1.0.9",
"version": "1.0.10",
"description": "TypeScript definitions for ldapjs",

@@ -39,4 +39,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "24a60f57f263d49dbf17fe42cb852437de24eda85a9e94fbe67d7381a65a1f41",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "96d524947f97e019b3fbf7bbbabf6142dca3ca272025b0e8c5f6f0cdf64469ea",
"typeScriptVersion": "3.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 03 Aug 2020 15:34:35 GMT
* Last updated: Thu, 25 Mar 2021 02:21:10 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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