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

@vertx/jwt

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vertx/jwt - npm Package Compare versions

Comparing version 3.8.5 to 3.9.0

7

options.d.ts

@@ -20,3 +20,5 @@ /*

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

@@ -30,8 +32,4 @@

audiences(): string;
addAudience(audiences: string): JWTOptions;
expiresInMinutes(): number;
setExpiresInMinutes(expiresInMinutes: number): JWTOptions;

@@ -81,2 +79,3 @@

setSubject(subject: string): JWTOptions;
}

@@ -18,4 +18,8 @@ /*

/// <reference types="@vertx/jwt/options" />
/**
* @typedef { import("es4x") } Java
*/
module.exports = {
JWTOptions: Java.type('io.vertx.ext.jwt.JWTOptions')
};
{
"name" : "@vertx/jwt",
"description" : "Generated Eclipse Vert.x bindings for 'vertx-jwt'",
"version" : "3.8.5",
"version" : "3.9.0",
"license" : "Apache-2.0",

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

"artifactId" : "vertx-jwt",
"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/jwt.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

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