@types/ldapjs
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -515,3 +515,7 @@ // Type definitions for ldapjs 2.2 | ||
export class Attribute { | ||
private type: string; | ||
constructor(options?: { | ||
type?: string, | ||
vals?: any; | ||
}) | ||
readonly type: string; | ||
readonly buffers: Buffer[]; | ||
@@ -518,0 +522,0 @@ |
{ | ||
"name": "@types/ldapjs", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "TypeScript definitions for ldapjs", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ldapjs", | ||
}, | ||
"typesPublisherContentHash": "dabc12c2091b1bd03c08f8a72f3f74c664fbf7d6a200871b7c81c67a55e8ba33", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "fe2b845effa743be3fd6eec8e6d8ea7644f4dac673df24319a6ba07004482563", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 02 Nov 2021 21:31:20 GMT | ||
* Last updated: Fri, 08 Jul 2022 19:02:18 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
22894
528