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

@vertx/auth-digest

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vertx/auth-digest - npm Package Compare versions

Comparing version 3.6.2 to 3.6.3

module.mjs

8

index.d.ts
/*
* Copyright 2018 ES4X
* Copyright 2019 ES4X
*

@@ -24,2 +24,8 @@ * ES4X licenses this file to you under the Apache License, version 2.0

/**
* The property name to be used to set the name of the collection inside the config
*
*/
static readonly HTDIGEST_FILE : string;
/**
* Creates an instance of HtdigestAuth.

@@ -26,0 +32,0 @@ * @return the created instance of {@link HtdigestAuth}s

2

index.js
/*
* Copyright 2018 ES4X
* Copyright 2019 ES4X
*

@@ -4,0 +4,0 @@ * ES4X licenses this file to you under the Apache License, version 2.0

{
"name" : "@vertx/auth-digest",
"description" : "Generated Eclipse Vert.x bindings for 'vertx-auth-htdigest'",
"version" : "3.6.2",
"version" : "3.6.3",
"license" : "Apache License 2.0",

@@ -10,11 +10,12 @@ "public" : true,

"artifactId" : "vertx-auth-htdigest",
"version" : "3.6.2"
"version" : "3.6.3"
},
"dependencies" : {
"@vertx/core" : "3.6.2",
"@vertx/auth-common" : "3.6.2"
"@vertx/core" : "3.6.3",
"@vertx/auth-common" : "3.6.3"
},
"main" : "index.js",
"module" : "module.mjs",
"types" : "index.d.ts",
"sideEffects" : false
}
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