@vertx/auth-common
Advanced tools
Comparing version 3.9.0 to 3.9.1
{ | ||
"name" : "@vertx/auth-common", | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-auth-common'", | ||
"version" : "3.9.0", | ||
"version" : "3.9.1", | ||
"license" : "Apache-2.0", | ||
@@ -10,6 +10,6 @@ "public" : true, | ||
"artifactId" : "vertx-auth-common", | ||
"version" : "3.9.0" | ||
"version" : "3.9.1" | ||
}, | ||
"dependencies" : { | ||
"@vertx/core" : "3.9.0" | ||
"@vertx/core" : "3.9.1" | ||
}, | ||
@@ -19,3 +19,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-common" | ||
} | ||
} |
@@ -9,2 +9,3 @@ ![npm (scoped)](https://img.shields.io/npm/v/@vertx/auth-common.svg) | ||
* [API Docs](https://reactiverse.io/es4x/@vertx/auth-common) | ||
* [Manual](https://reactiverse.io/es4x/manual/@vertx/auth-common) | ||
* [NPM module](https://www.npmjs.com/package/@vertx/auth-common) | ||
@@ -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-common'); | ||
// Base ENUMs | ||
const Enums = require('@vertx/auth-common/enums'); | ||
// DataObject's | ||
const Options = require('@vertx/auth-common/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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
13785
20
+ Added@vertx/core@3.9.1(transitive)
- Removed@vertx/core@3.9.0(transitive)
Updated@vertx/core@3.9.1