New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vertx/auth-common

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vertx/auth-common - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

12

index.d.ts

@@ -25,6 +25,6 @@ /*

/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#applyHttpChallenge
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#checkValid
* @throws io.vertx.ext.auth.authentication.CredentialValidationException
*/
applyHttpChallenge(arg0: string) : Credentials;
checkValid(arg0: any) : void;

@@ -34,3 +34,3 @@ /** Auto-generated from io.vertx.ext.auth.authentication.Credentials#applyHttpChallenge

*/
applyHttpChallenge(arg0: string, arg1: /* io.vertx.core.http.HttpMethod */ any, arg2: string, arg3: number, arg4: string) : Credentials;
applyHttpChallenge(arg0: string, arg1: /* io.vertx.core.http.HttpMethod */ any, arg2: string) : Credentials;

@@ -40,8 +40,8 @@ /** Auto-generated from io.vertx.ext.auth.authentication.Credentials#applyHttpChallenge

*/
applyHttpChallenge(arg0: string, arg1: /* io.vertx.core.http.HttpMethod */ any, arg2: string) : Credentials;
applyHttpChallenge(arg0: string) : Credentials;
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#checkValid
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#applyHttpChallenge
* @throws io.vertx.ext.auth.authentication.CredentialValidationException
*/
checkValid(arg0: any) : void;
applyHttpChallenge(arg0: string, arg1: /* io.vertx.core.http.HttpMethod */ any, arg2: string, arg3: number, arg4: string) : Credentials;

@@ -48,0 +48,0 @@ /** Auto-generated from io.vertx.ext.auth.authentication.Credentials#toHttpAuthorization

@@ -30,3 +30,3 @@ /*

constructor(obj: JWTOptions);
constructor(obj: JWTOptions | { [key: string]: any });

@@ -108,2 +108,4 @@ getAlgorithm(): string;

toJson(): { [key: string]: any };
}

@@ -124,3 +126,3 @@

constructor(obj: KeyStoreOptions);
constructor(obj: KeyStoreOptions | { [key: string]: any });

@@ -161,3 +163,3 @@ getPassword(): string;

constructor(obj: PubSecKeyOptions);
constructor(obj: PubSecKeyOptions | { [key: string]: any });

@@ -210,2 +212,4 @@ getAlgorithm(): string;

toJson(): { [key: string]: any };
}

@@ -219,3 +223,3 @@

constructor(obj: TokenCredentials);
constructor(obj: TokenCredentials | string | { [key: string]: any });

@@ -232,2 +236,4 @@ getScopes(): string;

toJson(): { [key: string]: any };
}

@@ -240,3 +246,3 @@

constructor(obj: UsernamePasswordCredentials);
constructor(obj: UsernamePasswordCredentials | { [key: string]: any });

@@ -251,2 +257,4 @@ getPassword(): string;

toJson(): { [key: string]: any };
}
{
"name" : "@vertx/auth-common",
"description" : "Generated Eclipse Vert.x bindings for 'vertx-auth-common'",
"version" : "4.0.2",
"version" : "4.0.3",
"license" : "Apache-2.0",

@@ -10,6 +10,6 @@ "public" : true,

"artifactId" : "vertx-auth-common",
"version" : "4.0.2"
"version" : "4.0.3"
},
"dependencies" : {
"@vertx/core" : "4.0.2"
"@vertx/core" : "4.0.3"
},

@@ -16,0 +16,0 @@ "main" : "index.js",

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