Socket
Socket
Sign inDemoInstall

ldap-ts-client

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldap-ts-client - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

2

dist/app.js

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

const data2 = await client2.queryAttributes({
attributes: ["*"],
attributes: ["*", "USNIntersite"],
options: {

@@ -31,0 +31,0 @@ filter: "(&(objectClass=user)(cn=*))",

@@ -37,3 +37,3 @@ import ldap, { SearchOptions, Control, SearchEntryObject } from "ldapjs";

*/
attributes?: Array<keyof Partial<T>> | ["*"];
attributes?: Array<keyof Partial<T> | "*">;
controls?: Control | Control[];

@@ -40,0 +40,0 @@ /** base dn to search */

{
"name": "ldap-ts-client",
"version": "0.10.0",
"version": "0.10.1",
"description": "Type-safe LDAP client written in typescript",

@@ -5,0 +5,0 @@ "repository": {

@@ -28,3 +28,3 @@ import { config } from "dotenv";

const data2 = await client2.queryAttributes<User>({
attributes: ["*"],
attributes: ["*", "USNIntersite"],
options: {

@@ -31,0 +31,0 @@ filter: "(&(objectClass=user)(cn=*))",

@@ -41,3 +41,3 @@ import ldap, { SearchOptions, Control, SearchEntryObject } from "ldapjs";

*/
attributes?: Array<keyof Partial<T>> | ["*"];
attributes?: Array<keyof Partial<T> | "*">;
controls?: Control | Control[];

@@ -44,0 +44,0 @@ /** base dn to search */

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