@types/ldapjs
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -21,11 +21,11 @@ // Type definitions for ldapjs 1.0 | ||
export interface CompareCallback { | ||
(error: Error, matched?: boolean): void; | ||
(error: Error | null, matched?: boolean): void; | ||
} | ||
export interface ExopCallback { | ||
(error: Error, value: string, result?: any): void; | ||
(error: Error | null, value: string, result?: any): void; | ||
} | ||
export interface CallBack { | ||
(error: Error, result?: any): void; | ||
(error: Error | null, result?: any): void; | ||
} | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "@types/ldapjs", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "TypeScript definitions for ldapjs", | ||
@@ -39,4 +39,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "b10397fcc289cedc9b28a02ea1e5d6fecafc9d4dfd753a1540834afa845caf36", | ||
"typesPublisherContentHash": "8b46ed191099c520b08c6dbb62a51aa2b87c7a2265f05e89f113feb36dd14c68", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 20 Mar 2020 15:59:54 GMT | ||
* Last updated: Mon, 06 Apr 2020 20:24:14 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
19238