@vertx/auth-common
Advanced tools
Comparing version 4.2.5 to 4.2.7
@@ -550,2 +550,5 @@ /* | ||
* current context (i.e.: not running on the eventloop) then a IllegalStateException is thrown. | ||
* | ||
* Note, if a context isn't allowed to be used, for example, exceptions are thrown on getting and putting data, | ||
* the VertxContextPRNG falls back to instantiate a new instance of the PRNG per call. | ||
*/ | ||
@@ -558,2 +561,5 @@ static current() : VertxContextPRNG; | ||
* create a new instance of the PRNG. | ||
* | ||
* Note, if a context isn't allowed to be used, for example, exceptions are thrown on getting and putting data, | ||
* the VertxContextPRNG falls back to instantiate a new instance of the PRNG per call. | ||
*/ | ||
@@ -560,0 +566,0 @@ static current(vertx: Vertx) : VertxContextPRNG; |
{ | ||
"name" : "@vertx/auth-common", | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-auth-common'", | ||
"version" : "4.2.5", | ||
"version" : "4.2.7", | ||
"license" : "Apache-2.0", | ||
@@ -10,6 +10,6 @@ "public" : true, | ||
"artifactId" : "vertx-auth-common", | ||
"version" : "4.2.5" | ||
"version" : "4.2.7" | ||
}, | ||
"dependencies" : { | ||
"@vertx/core" : "4.2.5" | ||
"@vertx/core" : "4.2.7" | ||
}, | ||
@@ -16,0 +16,0 @@ "main" : "index.js", |
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
35538
845
+ Added@vertx/core@4.2.7(transitive)
- Removed@vertx/core@4.2.5(transitive)
Updated@vertx/core@4.2.7