@types/kerberos
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -28,3 +28,3 @@ // Type definitions for kerberos 1.1 | ||
*/ | ||
user?: string; | ||
user?: string | undefined; | ||
} | ||
@@ -39,11 +39,11 @@ | ||
*/ | ||
principal?: string; | ||
principal?: string | undefined; | ||
/** | ||
* @description Optional integer used to set GSS flags. (e.g. GSS_C_DELEG_FLAG|GSS_C_MUTUAL_FLAG|GSS_C_SEQUENCE_FLAG will allow for forwarding credentials to the remote host) | ||
*/ | ||
gssFlag?: number; | ||
gssFlag?: number | undefined; | ||
/** | ||
* @description Optional GSS mech OID. Defaults to None (GSS_C_NO_OID). Other possible values are `GSS_MECH_OID_KRB5`, `GSS_MECH_OID_SPNEGO` | ||
*/ | ||
mechOID?: number; | ||
mechOID?: number | undefined; | ||
} | ||
@@ -50,0 +50,0 @@ |
{ | ||
"name": "@types/kerberos", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for kerberos", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/kerberos", | ||
"license": "MIT", | ||
@@ -14,11 +15,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/kerberos" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4a7da7a6a6c7be97982afae3a6c1d96f11f25176da82e9332071445396878bef", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "1b06740b0c0fa11ce2bce36679bf794111c2372fcb3918b46ba489f398a010cd", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/kerberos | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/kerberos. | ||
Additional Details | ||
* Last updated: Wed, 21 Nov 2018 17:25:08 GMT | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 16:23:11 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Shervin Sarain <https://github.com/velezsarain>. | ||
These definitions were written by [Shervin Sarain](https://github.com/velezsarain). |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
10017
0