Huge News!Announcing our $40M Series B led by Abstract Ventures.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.8 to 0.1.9

4

lib/ws-transport.js

@@ -45,4 +45,2 @@ 'use strict';

clearTimeout(serverReady);
console.log('[log-transport] ws connected');
connection.scheduler = connection.scheduler || setInterval(_.bind(_this.drain, _this, connection), _this.drainInterval);//sending message only after server side 'ready'

@@ -87,4 +85,2 @@ });

console.log('[log-transport] ws drain');
try{

@@ -91,0 +87,0 @@ //this is an enhancement which tries to mitigate the problem of possible cutoff of transactions

6

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

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

"winston": "~0.7.1",
"request": "~2.22.0"
"request": "~2.22.0",
"express": "~3.1"
},
"devDependencies": {
"express": "~3.2",
"mocha": "~1.11.0",

@@ -26,0 +26,0 @@ "should": "~1.2.2",

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