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 1.2.1 to 1.2.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 1.2.2
* Fix error message for InvalidCredentialsError
### 1.2.1

@@ -2,0 +6,0 @@

2

dist/errors/resultCodeErrors/InappropriateAuthError.js

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

constructor() {
super(48, 'The client is attempting to use an authentication Method incorrectly.');
super(48, 'The client is attempting to use an authentication method incorrectly.');
}

@@ -9,0 +9,0 @@ }

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

constructor() {
super(49, 'The client is attempting to use an authentication Method incorrectly.');
super(49, 'Invalid credentials during a bind operation.');
}

@@ -9,0 +9,0 @@ }

{
"name": "ldapts",
"version": "1.2.1",
"version": "1.2.2",
"description": "LDAP client",

@@ -5,0 +5,0 @@ "main": "dist/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