ldap-ts-client
Advanced tools
Comparing version 0.14.6 to 0.14.7
@@ -5,2 +5,9 @@ ### Changelog | ||
#### [v0.14.6](https://github.com/saostad/ldap-ts-client/compare/v0.14.5...v0.14.6) | ||
> 16 August 2022 | ||
- pkg: updated [`da75031`](https://github.com/saostad/ldap-ts-client/commit/da75031cb1916693ea4727303c87520c81dbabed) | ||
- doc: change log [`8c1e2eb`](https://github.com/saostad/ldap-ts-client/commit/8c1e2eb11e9fdcbed0afa6bb810177da45a577b6) | ||
#### [v0.14.5](https://github.com/saostad/ldap-ts-client/compare/v0.14.4...v0.14.5) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "ldap-ts-client", | ||
"version": "0.14.6", | ||
"version": "0.14.7", | ||
"description": "Type-safe LDAP client written in typescript", | ||
@@ -44,17 +44,17 @@ "repository": { | ||
"devDependencies": { | ||
"@types/jest": "^28.1.4", | ||
"@types/node": "^16.11.43", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"auto-changelog": "^2.2.1", | ||
"@types/jest": "^28.1.7", | ||
"@types/node": "^16.11.49", | ||
"@typescript-eslint/eslint-plugin": "^5.33.1", | ||
"@typescript-eslint/parser": "^5.33.1", | ||
"auto-changelog": "^2.4.0", | ||
"dotenv": "^16.0.1", | ||
"eslint": "^8.19.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint": "^8.22.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jest": "^28.1.2", | ||
"nodemon": "^2.0.7", | ||
"jest": "^28.1.3", | ||
"nodemon": "^2.0.19", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.2.1", | ||
"ts-jest": "^28.0.5", | ||
"typedoc": "^0.23.7", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^28.0.8", | ||
"typedoc": "^0.23.10", | ||
"typescript": "^4.7.4" | ||
@@ -64,5 +64,5 @@ }, | ||
"@types/ldapjs": "^2.2.3", | ||
"fast-node-logger": "^3.0.0", | ||
"ldapjs": "^2.2.4" | ||
"fast-node-logger": "^3.0.2", | ||
"ldapjs": "^2.3.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51490
Updatedfast-node-logger@^3.0.2
Updatedldapjs@^2.3.3