Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vertx/auth-common

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

Comparing version 4.2.5 to 4.2.7

6

index.d.ts

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

6

package.json
{
"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",

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