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.3 to 3.8.4

9

options.d.ts

@@ -63,5 +63,2 @@ /*

* The permissions of this token.
* @param permissions the permissions for this token that will be used for AuthZ
* @return fluent API
*
*/

@@ -72,5 +69,2 @@ getPermissions(): string;

* The permissions of this token.
* @param permissions the permissions for this token that will be used for AuthZ
* @return fluent API
*
*/

@@ -81,5 +75,2 @@ setPermissions(permissions: string): JWTOptions;

* The permissions of this token.
* @param permissions the permissions for this token that will be used for AuthZ
* @return fluent API
*
*/

@@ -86,0 +77,0 @@ addPermission(permissions: string): JWTOptions;

6

package.json
{
"name" : "@vertx/jwt",
"description" : "Generated Eclipse Vert.x bindings for 'vertx-jwt'",
"version" : "3.8.3",
"version" : "3.8.4",
"license" : "Apache-2.0",

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

"artifactId" : "vertx-jwt",
"version" : "3.8.3"
"version" : "3.8.4"
},
"dependencies" : {
"@vertx/core" : "3.8.3"
"@vertx/core" : "3.8.4"
},

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