New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

long-task-queue-reader

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

long-task-queue-reader - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

lib/azure/logger.js

@@ -18,3 +18,3 @@ (function() {

this.accountName = arg.accountName, this.accountKey = arg.accountKey, this.container = arg.container, this.name = arg.name, this.level = (ref = arg.level) != null ? ref : "info";
this.transport = new winston.transports.AzureBlob({
this._transport = new winston.transports.AzureBlob({
account: {

@@ -31,7 +31,7 @@ name: this.accountName,

AzureLogger.prototype.initialize = function() {
return this.transport.initialize();
return this._transport.initialize();
};
AzureLogger.prototype.transport = function() {
return this.transport;
return this._transport;
};

@@ -38,0 +38,0 @@

{
"name": "long-task-queue-reader",
"version": "0.0.3",
"version": "0.0.4",
"description": "long-task-queue-reader",

@@ -5,0 +5,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