Socket
Socket
Sign inDemoInstall

fluent-logger

Package Overview
Dependencies
5
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.2 to 3.2.3

10

CHANGELOG.md
# v3.x
## v3.2.3 - 2019-01-10
### Improvements
* Update type definition according to documentation for security #127
### Fixes
* Fix user based authentication #128 #129
## v3.2.2 - 2018-12-13

@@ -4,0 +14,0 @@

4

lib/index.d.ts

@@ -32,4 +32,4 @@ // Type definitions for fluent-logger-node

sharedKey: string;
username: string;
password: string;
username?: string;
password?: string;
}

@@ -36,0 +36,0 @@

@@ -503,3 +503,3 @@ 'use strict';

.digest('hex');
ping.push(this.username, passwordHexDigest);
ping.push(this.security.username, passwordHexDigest);
} else {

@@ -506,0 +506,0 @@ ping.push('', '');

{
"name": "fluent-logger",
"version": "3.2.2",
"version": "3.2.3",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc