Socket
Socket
Sign inDemoInstall

ldap-schema-ts-generator

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldap-schema-ts-generator - npm Package Compare versions

Comparing version 3.9.0 to 3.9.1

7

CHANGELOG.md

@@ -7,2 +7,9 @@ ### Changelog

#### [v3.9.0](https://github.com/saostad/ldap-schema-ts-generator/compare/v3.8.0...v3.9.0)
> 2 June 2020
- feat: generate json file for ISO-3166 country codes that used in active-directory "c", "co", "countryCode" attributes [`becfa83`](https://github.com/saostad/ldap-schema-ts-generator/commit/becfa836f310c8232ed38588bf338801b3494783)
- doc: change log [`190dbbc`](https://github.com/saostad/ldap-schema-ts-generator/commit/190dbbcc3eb28a5085bbb7da70f6e7e679c8678c)
#### [v3.8.0](https://github.com/saostad/ldap-schema-ts-generator/compare/v3.8.0-beta...v3.8.0)

@@ -9,0 +16,0 @@

2

dist/services/attribute.js

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

});
client.unbind();
await client.unbind();
return objectAttributes;

@@ -41,0 +41,0 @@ }

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

});
client.unbind();
await client.unbind();
return objectClasses;

@@ -55,0 +55,0 @@ }

{
"name": "ldap-schema-ts-generator",
"version": "3.9.0",
"version": "3.9.1",
"description": "Typescript typedef and meta-data generator for LDAP Schema. It can be useful to interact from schema-aware/type-safe LDAP Client with LDAP servers like active directory.",

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

Sorry, the diff of this file is not supported yet

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