@types/ldapjs
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -74,2 +74,6 @@ // Type definitions for ldapjs 1.0 | ||
export var Change: { | ||
new(change: Change): Change; | ||
} | ||
export interface SearchCallBack { | ||
@@ -76,0 +80,0 @@ (error: Error, result: EventEmitter): void; |
{ | ||
"name": "@types/ldapjs", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for ldapjs", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Charles Villemure", | ||
"url": "https://github.com/cvillemure" | ||
"url": "https://github.com/cvillemure", | ||
"githubUsername": "cvillemure" | ||
}, | ||
{ | ||
"name": "Peter Kooijmans", | ||
"url": "https://github.com/peterkooijmans" | ||
"url": "https://github.com/peterkooijmans", | ||
"githubUsername": "peterkooijmans" | ||
} | ||
@@ -26,4 +28,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "d445a2f81a9ee322421cc54c8e725f2a10653583ef6e6d3b7b9283434b301e10", | ||
"typesPublisherContentHash": "648953dbc9bbb22c9542e494253cb24e14fc1be4c9527813064dbd3fe03630ed", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:55:03 GMT | ||
* Last updated: Tue, 07 Nov 2017 20:48:40 GMT | ||
* Dependencies: events, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
11144
213