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.19 to 0.1.20

10

lib/log-buffer.js

@@ -92,5 +92,5 @@ 'use strict';

'msg': c.msg,
'duration': c.duration
//not timestamp
});
'duration': c.duration,
'status': c.status
});//https://jirap.corp.ebay.com/browse/POLYGLOT-337
}

@@ -189,4 +189,4 @@ return memoize;

'duration': mapped.duration || Date.now() - transaction.timestamp,
'status': mapped.status
});
'status': mapped.status || '-1'
});//indicate it's incomplete

@@ -193,0 +193,0 @@ if(validateTree(transaction.family, transaction)){

{
"author": "cubejs",
"name": "async-logging",
"version": "0.1.19",
"version": "0.1.20",
"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