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

whatap

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whatap - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

11

lib/observers/redis-observer.js

@@ -30,7 +30,11 @@

lctx.ctx = ctx;
lctx.context = ctx;
lctx.step = dbc_step;
},
function (obj, args, ret, lctx) {
var dbc_step = lctx.step,
ctx = lctx.context;
if(ctx == null) { return; }
var client = ret;

@@ -41,6 +45,3 @@ var method = client.internal_send_command

var address = client.address || (client.host + ':' + client.port);
var dbc_step = lctx.step,
ctx = lctx.ctx;
var address = (client.address || (client.host + ':' + client.port)) || '';
dbc_step.elapsed = ctx.getElapsedTime() - dbc_step.start_time;

@@ -47,0 +48,0 @@ dbc_step.hash = HashUtil.hashFromString(address);

{
"name": "whatap",
"homepage": "http://www.whatap.io",
"version": "0.0.24",
"version": "0.0.25",
"releaseDate": "20170404",

@@ -23,2 +23,2 @@ "description": "Monitoring and Profiling Service",

}
}
}
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