Socket
Socket
Sign inDemoInstall

ldap-schema-ts-generator

Package Overview
Dependencies
104
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.6 to 4.0.7

7

CHANGELOG.md

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

#### [v4.0.6](https://github.com/saostad/ldap-schema-ts-generator/compare/v4.0.5...v4.0.6)
> 8 June 2020
- moved USA to top in the iso country codes [`c5593ac`](https://github.com/saostad/ldap-schema-ts-generator/commit/c5593acef91381c8d156c6f392ca640f606ba500)
- doc: change log [`25e4257`](https://github.com/saostad/ldap-schema-ts-generator/commit/25e42574e8793f748c0c6bfc5f5814fcfd36a623)
#### [v4.0.5](https://github.com/saostad/ldap-schema-ts-generator/compare/v4.0.4...v4.0.5)

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

3

dist/app.js

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

async function main() {
var _a, _b, _c, _d;
var _a, _b, _c;
const logger = await fast_node_logger_1.createLogger({

@@ -20,3 +20,2 @@ level: "trace",

ldapServerUrl: (_c = process.env.AD_URI) !== null && _c !== void 0 ? _c : "",
baseDN: (_d = process.env.BASE_DN) !== null && _d !== void 0 ? _d : "",
logger,

@@ -23,0 +22,0 @@ };

{
"name": "ldap-schema-ts-generator",
"version": "4.0.6",
"version": "4.0.7",
"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.",

@@ -51,6 +51,6 @@ "repository": {

"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.11",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"auto-changelog": "^2.0.0",

@@ -72,5 +72,5 @@ "dotenv": "^8.2.0",

"ldap-query-generator": "^0.8.1",
"ldap-ts-client": "^0.13.1",
"ldap-ts-client": "^0.14.0",
"prettier": "^2.0.5"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc