Comparing version 7.0.8 to 7.0.9
{ | ||
"name": "ldapts", | ||
"version": "7.0.8", | ||
"version": "7.0.9", | ||
"description": "LDAP client", | ||
@@ -38,3 +38,3 @@ "main": "./dist/index.cjs", | ||
"postpublish": "pinst --enable", | ||
"_postinstall": "husky install" | ||
"prepare": "husky" | ||
}, | ||
@@ -85,6 +85,6 @@ "lint-staged": { | ||
"@types/node": ">=18", | ||
"@types/sinon": "~17.0.2", | ||
"@typescript-eslint/eslint-plugin": "~6.17.0", | ||
"@typescript-eslint/parser": "~6.17.0", | ||
"chai": "~4.4.0", | ||
"@types/sinon": "~17.0.3", | ||
"@typescript-eslint/eslint-plugin": "~6.21.0", | ||
"@typescript-eslint/parser": "~6.21.0", | ||
"chai": "~4.4.1", | ||
"chai-as-promised": "~7.1.1", | ||
@@ -96,14 +96,14 @@ "eslint": "~8.56.0", | ||
"eslint-plugin-import": "~2.29.1", | ||
"eslint-plugin-jsdoc": "~48.0.2", | ||
"eslint-plugin-jsdoc": "~48.0.6", | ||
"eslint-plugin-mocha": "10.2.0", | ||
"eslint-plugin-prettier": "~5.1.2", | ||
"eslint-plugin-prettier": "~5.1.3", | ||
"eslint-plugin-promise": "~6.1.1", | ||
"eslint-plugin-security": "~2.1.0", | ||
"husky": "~8.0.3", | ||
"lint-staged": "~15.2.0", | ||
"markdownlint-cli": "~0.38.0", | ||
"husky": "~9.0.10", | ||
"lint-staged": "~15.2.2", | ||
"markdownlint-cli": "~0.39.0", | ||
"mocha": "~10.2.0", | ||
"npm-run-all": "~4.1.5", | ||
"pinst": "~3.0.0", | ||
"prettier": "~3.1.1", | ||
"prettier": "~3.2.5", | ||
"sinon": "~17.0.1", | ||
@@ -110,0 +110,0 @@ "ts-mockito": "~2.6.1", |
@@ -154,3 +154,3 @@ import * as net from 'net'; | ||
private connectTimer?: NodeJS.Timer; | ||
private connectTimer?: NodeJS.Timeout; | ||
@@ -157,0 +157,0 @@ private readonly messageParser = new MessageParser(); |
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
551389