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.3.0 to 2.4.0

3

CHANGELOG.md

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

### 2.4.0
* Add Buffer as value type for client.exop(). Fixes #74
### 2.3.0

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

4

Client.d.ts

@@ -131,6 +131,6 @@ /// <reference types="node" />

* @param {string} oid - The object identifier (OID) of the extended operation to perform
* @param {string} [value]
* @param {string|Buffer} [value]
* @param {Control|Control[]} [controls]
*/
exop(oid: string, value?: string, controls?: Control | Control[]): Promise<{
exop(oid: string, value?: string | Buffer, controls?: Control | Control[]): Promise<{
oid?: string;

@@ -137,0 +137,0 @@ value?: string;

@@ -243,3 +243,3 @@ "use strict";

* @param {string} oid - The object identifier (OID) of the extended operation to perform
* @param {string} [value]
* @param {string|Buffer} [value]
* @param {Control|Control[]} [controls]

@@ -246,0 +246,0 @@ */

{
"name": "ldapts",
"version": "2.3.0",
"version": "2.4.0",
"description": "LDAP client",

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

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