New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ldapts

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldapts - npm Package Compare versions

Comparing version 7.3.0 to 7.3.1

2

dist/index.d.ts

@@ -1127,2 +1127,2 @@ import { BerWriter, BerReader } from 'asn1';

export { AbandonRequest, type AbandonRequestMessageOptions, type AddMessageOptions, AddRequest, AddResponse, AdminLimitExceededError, AffectsMultipleDSAsError, AliasDerefProblemError, AliasProblemError, AlreadyExistsError, AndFilter, type AndFilterOptions, ApproximateFilter, type ApproximateFilterOptions, Attribute, type AttributeOptions, AuthMethodNotSupportedError, BindRequest, type BindRequestMessageOptions, BindResponse, BusyError, Change, type ChangeOptions, Client, type ClientOptions, CompareRequest, type CompareRequestMessageOptions, CompareResponse, CompareResult, ConfidentialityRequiredError, ConstraintViolationError, Control, type ControlOptions, ControlParser, DN, DeleteRequest, type DeleteRequestMessageOptions, DeleteResponse, type Entry, EntryChangeNotificationControl, type EntryChangeNotificationControlOptions, type EntryChangeNotificationControlValue, EqualityFilter, type EqualityFilterOptions, ExtendedRequest, type ExtendedRequestMessageOptions, ExtendedResponse, type ExtendedResponseOptions, ExtendedResponseProtocolOperations, ExtensibleFilter, type ExtensibleFilterOptions, FilterParser, GreaterThanEqualsFilter, type GreaterThanEqualsFilterOptions, InappropriateAuthError, InappropriateMatchingError, InsufficientAccessError, InvalidCredentialsError, InvalidDNSyntaxError, InvalidSyntaxError, IsLeafError, LessThanEqualsFilter, type LessThanEqualsFilterOptions, LoopDetectError, MessageParser, MessageParserError, type MessageParserErrorDetails, MessageResponseStatus, ModifyDNRequest, type ModifyDNRequestMessageOptions, ModifyDNResponse, ModifyRequest, type ModifyRequestMessageOptions, ModifyResponse, NamingViolationError, NoObjectClassModsError, NoResultError, NoSuchAttributeError, NoSuchObjectError, NotAllowedOnNonLeafError, NotAllowedOnRDNError, NotFilter, type NotFilterOptions, ObjectClassViolationError, OperationsError, OrFilter, type OrFilterOptions, PagedResultsControl, type PagedResultsControlOptions, type PagedResultsValue, PersistentSearchControl, type PersistentSearchControlOptions, type PersistentSearchValue, PresenceFilter, type PresenceFilterOptions, ProtocolError, ProtocolOperation, type ProtocolOperationValues, type RDNMap, ResultCodeError, ResultsTooLargeError, SASL_MECHANISMS, SaslBindInProgressError, type SaslMechanism, SearchEntry, type SearchEntryOptions, SearchFilter, type SearchFilterValues, type SearchOptions, type SearchPageOptions, SearchReference, type SearchReferenceOptions, SearchRequest, type SearchRequestMessageOptions, SearchResponse, type SearchResponseOptions, type SearchResult, ServerSideSortingRequestControl, type ServerSideSortingRequestControlOptions, type ServerSideSortingRequestValue, SizeLimitExceededError, StatusCodeParser, StrongAuthRequiredError, SubstringFilter, type SubstringFilterOptions, TLSNotSupportedError, TimeLimitExceededError, TypeOrValueExistsError, UnavailableCriticalExtensionError, UnavailableError, UnbindRequest, UndefinedTypeError, UnknownStatusCodeError, UnwillingToPerformError };
export { AbandonRequest, type AbandonRequestMessageOptions, type AddMessageOptions, AddRequest, AddResponse, AdminLimitExceededError, AffectsMultipleDSAsError, AliasDerefProblemError, AliasProblemError, AlreadyExistsError, AndFilter, type AndFilterOptions, ApproximateFilter, type ApproximateFilterOptions, Attribute, type AttributeOptions, AuthMethodNotSupportedError, BindRequest, type BindRequestMessageOptions, BindResponse, BusyError, Change, type ChangeOptions, Client, type ClientOptions, CompareRequest, type CompareRequestMessageOptions, CompareResponse, CompareResult, ConfidentialityRequiredError, ConstraintViolationError, Control, type ControlOptions, ControlParser, DN, DeleteRequest, type DeleteRequestMessageOptions, DeleteResponse, type Entry, EntryChangeNotificationControl, type EntryChangeNotificationControlOptions, type EntryChangeNotificationControlValue, EqualityFilter, type EqualityFilterOptions, ExtendedRequest, type ExtendedRequestMessageOptions, ExtendedResponse, type ExtendedResponseOptions, ExtendedResponseProtocolOperations, ExtensibleFilter, type ExtensibleFilterOptions, Filter, FilterParser, GreaterThanEqualsFilter, type GreaterThanEqualsFilterOptions, InappropriateAuthError, InappropriateMatchingError, InsufficientAccessError, InvalidCredentialsError, InvalidDNSyntaxError, InvalidSyntaxError, IsLeafError, LessThanEqualsFilter, type LessThanEqualsFilterOptions, LoopDetectError, MessageParser, MessageParserError, type MessageParserErrorDetails, MessageResponseStatus, ModifyDNRequest, type ModifyDNRequestMessageOptions, ModifyDNResponse, ModifyRequest, type ModifyRequestMessageOptions, ModifyResponse, NamingViolationError, NoObjectClassModsError, NoResultError, NoSuchAttributeError, NoSuchObjectError, NotAllowedOnNonLeafError, NotAllowedOnRDNError, NotFilter, type NotFilterOptions, ObjectClassViolationError, OperationsError, OrFilter, type OrFilterOptions, PagedResultsControl, type PagedResultsControlOptions, type PagedResultsValue, PersistentSearchControl, type PersistentSearchControlOptions, type PersistentSearchValue, PresenceFilter, type PresenceFilterOptions, ProtocolError, ProtocolOperation, type ProtocolOperationValues, type RDNMap, ResultCodeError, ResultsTooLargeError, SASL_MECHANISMS, SaslBindInProgressError, type SaslMechanism, SearchEntry, type SearchEntryOptions, SearchFilter, type SearchFilterValues, type SearchOptions, type SearchPageOptions, SearchReference, type SearchReferenceOptions, SearchRequest, type SearchRequestMessageOptions, SearchResponse, type SearchResponseOptions, type SearchResult, ServerSideSortingRequestControl, type ServerSideSortingRequestControlOptions, type ServerSideSortingRequestValue, SizeLimitExceededError, StatusCodeParser, StrongAuthRequiredError, SubstringFilter, type SubstringFilterOptions, TLSNotSupportedError, TimeLimitExceededError, TypeOrValueExistsError, UnavailableCriticalExtensionError, UnavailableError, UnbindRequest, UndefinedTypeError, UnknownStatusCodeError, UnwillingToPerformError };
{
"name": "ldapts",
"version": "7.3.0",
"version": "7.3.1",
"description": "LDAP client",

@@ -75,3 +75,3 @@ "main": "./dist/index.cjs",

"strict-event-emitter-types": "~2.0.0",
"uuid": "~11.0.3",
"uuid": "~11.0.4",
"whatwg-url": "~14.1.0"

@@ -90,5 +90,5 @@ },

"eslint": "~9.17.0",
"eslint-config-decent": "^2.3.0",
"eslint-config-decent": "^2.3.1",
"husky": "~9.1.7",
"lint-staged": "~15.2.11",
"lint-staged": "~15.3.0",
"markdownlint-cli": "~0.43.0",

@@ -103,4 +103,4 @@ "mocha": "~11.0.1",

"typescript": "~5.7.2",
"unbuild": "3.0.1"
"unbuild": "3.2.0"
}
}

@@ -0,1 +1,2 @@

export * from './Filter.js';
export * from './AndFilter.js';

@@ -2,0 +3,0 @@ export * from './ApproximateFilter.js';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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