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

@vertx/auth-jwt

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-jwt - npm Package Compare versions

Comparing version 3.9.0 to 3.9.1

17

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

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

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

@@ -21,3 +21,8 @@ "main" : "index.js",

"types" : "index.d.ts",
"sideEffects" : false
"sideEffects" : false,
"repository" : {
"type" : "git",
"url" : "https://github.com/reactiverse/es4x.git",
"directory" : "/generator/io.vertx/vertx-auth-jwt"
}
}

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

* [API Docs](https://reactiverse.io/es4x/@vertx/auth-jwt)
* [Manual](https://reactiverse.io/es4x/manual/@vertx/auth-jwt)
* [NPM module](https://www.npmjs.com/package/@vertx/auth-jwt)

@@ -14,31 +15,4 @@

Import the required `API`/`Enum`/`DataObject` and profit!
This is a meta package, meaning that it contains only metadata for the build.
```js
// Base API
const Api = require('@vertx/auth-jwt');
// Base ENUMs
const Enums = require('@vertx/auth-jwt/enums');
// DataObject's
const Options = require('@vertx/auth-jwt/options');
// refer to the API docs for specific help...
// your code here!!!
```
## Typescript
This package includes [Typescript](http://www.typescriptlang.org/) typedefinitions and your IDE should find then automatically.
When working in a project you can enable type hinting for the runtime as:
```js
/// <definition types="es4x" />
// @ts-check
// your TypeScript code here...
```
## Links

@@ -45,0 +19,0 @@

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