Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/kerberos

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/kerberos - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

kerberos/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc