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 Versions

13
10

7.0.5

Diff

Changelog

Source

7.0.5 - 2023-10-10

  • Fix CommonJS package issues. NOTE: All exports are at the root level now. For example: import { Control } from 'ldapts/controls'; is now import { Control } from 'ldapts';
  • Include src in npm package
jgeurts
published 7.0.5-beta1 •

jgeurts
published 7.0.4 •

Changelog

Source

7.0.4 - 2023-10-09

  • Fix toString output for OrFilter and NotFilter
jgeurts
published 7.0.3 •

Changelog

Source

7.0.3 - 2023-10-06

  • Fix asn1 import statements
jgeurts
published 7.0.2 •

Changelog

Source

7.0.2 - 2023-10-06

  • Update some missing import/export statements to include extensions
  • Enable allowSyntheticDefaultImports to fix asn1 import statements
jgeurts
published 7.0.1 •

Changelog

Source

7.0.1 - 2023-10-05

  • Update import/export statements to include extensions
jgeurts
published 7.0.0 •

Changelog

Source

7.0.0 - 2023-10-05

  • Drop Node.js 16 support
  • Updated to ES module
  • Changed mocha test runner to use tsx instead of ts-node
  • Update npms
jgeurts
published 6.0.0 •

Changelog

Source

6.0.0 - 2023-07-24

  • Update npms
  • Fix lots of lint issues
  • Change Client.messageDetailsByMessageId to be a map
  • Fix Client._send signature to return undefined
  • Change MessageResponseStatus, ProtocolOperation, and SearchFilter from enum to a const
  • Enforce toString() definition for filters
jgeurts
published 5.0.0 •

Changelog

Source

5.0.0 - 2023-07-18

  • Drop Node.js 14 support
  • Update npms
  • Add OpenLDAP test server! Fix #135 Thanks @tsaarni!
  • Allow for optional password by setting a default empty string. Fix #134 Thanks @wattry, @TimoHocker, and @thernstig!
  • Fix reading controls from responses. Fix #106
jgeurts
published 5.0.0-beta1 •

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