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

async-logging

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-logging - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

4

lib/log-listener.js

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

totalMessages = 0,
maxMessages = Math.floor((Math.random() + 1) * (options.maxMessages || 1024)),
maxMessages = options.maxMessages,
waitForPublisher = options.waitForPublisher || 2000,//2 sec

@@ -151,3 +151,3 @@ maxLife = options.maxLife,

if(maxLife){
setTimeout(suicide, maxLife * Math.floor((Math.random() * maxLife)));
setTimeout(suicide, maxLife + Math.floor((Math.random() * maxLife)));
}

@@ -154,0 +154,0 @@

{
"author": "cubejs",
"name": "async-logging",
"version": "0.1.17",
"version": "0.1.18",
"description": "0.1.6 is the same as 0.2.2 just to get around ebay-logging-client vs. async-logging-client change",

@@ -6,0 +6,0 @@ "repository": {

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