Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 4.1.0

14

index.d.ts

@@ -21,2 +21,6 @@ /*

/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#toHttpAuthorization
*/
toHttpAuthorization() : string;
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#toJson

@@ -26,7 +30,2 @@ */

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

@@ -47,5 +46,6 @@ * @throws io.vertx.ext.auth.authentication.CredentialValidationException

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

@@ -52,0 +52,0 @@ }

@@ -73,3 +73,2 @@ /*

/**
* The permissions of this token.
*/

@@ -79,3 +78,2 @@ getPermissions(): string;

/**
* The permissions of this token.
*/

@@ -85,22 +83,5 @@ setPermissions(permissions: string): JWTOptions;

/**
* The permissions of this token.
*/
addPermission(permissions: string): JWTOptions;
/**
*/
getScopeDelimiter(): string;
/**
*/
getScopes(): string;
/**
*/
setScopes(scopes: string): JWTOptions;
/**
*/
addScope(scopes: string): JWTOptions;
getSubject(): string;

@@ -107,0 +88,0 @@

{
"name" : "@vertx/auth-common",
"description" : "Generated Eclipse Vert.x bindings for 'vertx-auth-common'",
"version" : "4.0.3",
"version" : "4.1.0",
"license" : "Apache-2.0",

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

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

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