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

whatap

Package Overview
Dependencies
Maintainers
0
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.5.5 to 0.5.6

22

lib/counter/task/res/systemECSTask.js

@@ -23,13 +23,15 @@ /**

p.cpu = ecs.cpu * conf.correction_factor_cpu;
p.cpu_sys = ecs.cpu_sys;
p.cpu_usr = ecs.cpu_user;
p.mem = ecs.mem_pct;
setTimeout(() => {
p.cpu = ecs.cpu * conf.correction_factor_cpu;
p.cpu_sys = ecs.cpu_sys;
p.cpu_usr = ecs.cpu_user;
p.mem = ecs.mem_pct;
if (ecs.millicore > 0) {
p.metering = ecs.millicore / 1024;
p.cpu_cores = Math.ceil(p.metering);
} else {
p.metering = p.cpu_cores;
}
if (ecs.millicore > 0) {
p.metering = ecs.millicore / 1024;
p.cpu_cores = Math.ceil(p.metering);
} else {
p.metering = p.cpu_cores;
}
}, 500);

@@ -36,0 +38,0 @@ };

{
"name": "whatap",
"homepage": "http://www.whatap.io",
"version": "0.5.5",
"version": "0.5.6",
"releaseDate": "20250123",

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