Socket
Socket
Sign inDemoInstall

ldapts

Package Overview
Dependencies
Maintainers
1
Versions
99
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 2.6.0 to 2.6.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### 2.6.1
* Added documentation for `explicitBufferAttributes` attribute
### 2.6.0

@@ -2,0 +5,0 @@ * Update npms

2

package.json
{
"name": "ldapts",
"version": "2.6.0",
"version": "2.6.1",
"description": "LDAP client",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -300,2 +300,3 @@ LDAPts

|[attributes=] (string[]) |A set of attributes to request for inclusion in entries that match the search criteria and are returned to the client. If a specific set of attribute descriptions are listed, then only those attributes should be included in matching entries. The special value “*” indicates that all user attributes should be included in matching entries. The special value “+” indicates that all operational attributes should be included in matching entries. The special value “1.1” indicates that no attributes should be included in matching entries. Some servers may also support the ability to use the “@” symbol followed by an object class name (e.g., “@inetOrgPerson”) to request all attributes associated with that object class. If the set of attributes to request is empty, then the server should behave as if the value “*” was specified to request that all user attributes be included in entries that are returned.
|[explicitBufferAttributes=] (string[]) |List of explicit attribute names to return as Buffer objects

@@ -302,0 +303,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