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.4.44 to 0.4.45

9

lib/counter/counter-manager.js

@@ -20,2 +20,3 @@ /**

HttpC = require('./task/httpc'),
StatError = require('../stat/stat-error'),
TagCounterPack = require('../pack/tagcount-pack'),

@@ -92,4 +93,8 @@ TraceContextManager = require('../trace/trace-context-manager'),

if (ctx.getElapsedTime() > conf.profile_max_time) {
//강제 종료된다.
TraceContextManager.end(ctx._id);
//TraceContextManager.end(ctx._id);
var obj = TraceContextManager.resume(ctx._id);
TraceContextManager.addStep("Lost Connection","");
//ctx.status = 5;
//ctx.error = StatError.addError(500, "Lost Connection", ctx.service_hash);
TraceContextManager.endTrace(ctx);
}

@@ -96,0 +101,0 @@ }

{
"name": "whatap",
"homepage": "http://www.whatap.io",
"version": "0.4.44",
"releaseDate": "20220204",
"version": "0.4.45",
"releaseDate": "20220517",
"description": "Monitoring and Profiling Service",

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