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 3.8.5 to 3.9.0

4

index.js

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

/// <reference types="@vertx/auth-common" />
/**
* @typedef { import("es4x") } Java
*/
module.exports = {

@@ -20,0 +24,0 @@ AuthProvider: Java.type('io.vertx.ext.auth.AuthProvider'),

@@ -22,4 +22,4 @@ /*

constructor();
constructor(obj: AuthOptions);
}

@@ -33,3 +33,5 @@

constructor();
constructor(obj: KeyStoreOptions);
getPassword(): string;

@@ -46,2 +48,3 @@

setType(type: string): KeyStoreOptions;
}

@@ -55,3 +58,5 @@

constructor();
constructor(obj: PubSecKeyOptions);
getAlgorithm(): string;

@@ -76,2 +81,3 @@

setSymmetric(symmetric: boolean): PubSecKeyOptions;
}

@@ -85,3 +91,5 @@

constructor();
constructor(obj: SecretOptions);
getSecret(): string;

@@ -94,2 +102,3 @@

setType(type: string): SecretOptions;
}

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

/// <reference types="@vertx/auth-common/options" />
/**
* @typedef { import("es4x") } Java
*/
module.exports = {

@@ -20,0 +24,0 @@ AuthOptions: Java.type('io.vertx.ext.auth.AuthOptions'),

6

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

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

"artifactId" : "vertx-auth-common",
"version" : "3.8.5"
"version" : "3.9.0"
},
"dependencies" : {
"@vertx/core" : "3.8.5"
"@vertx/core" : "3.9.0"
},

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

@@ -36,3 +36,3 @@ ![npm (scoped)](https://img.shields.io/npm/v/@vertx/auth-common.svg)

```js
/// <definition types="es4x.d.ts" />
/// <definition types="es4x" />
// @ts-check

@@ -39,0 +39,0 @@

Sorry, the diff of this file is not supported yet

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