Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ldapts

Package Overview
Dependencies
Maintainers
1
Versions
100
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.0.1 to 2.0.2

2

Attribute.js

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

_isBinaryType() {
return this.type.endsWith(';binary');
return /;binary$/i.test(this.type || '');
}

@@ -58,0 +58,0 @@ }

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

### 2.0.2
* Ignore case when determining if attribute is binary. Fix #11
### 2.0.1

@@ -2,0 +5,0 @@ * Documentation updates

{
"name": "ldapts",
"version": "2.0.1",
"version": "2.0.2",
"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