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

@cocreate/metrics

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/metrics - npm Package Compare versions

Comparing version 1.12.0 to 1.12.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.12.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.12.0...v1.12.1) (2023-12-03)
### Bug Fixes
* removed console.log ([78df783](https://github.com/CoCreate-app/CoCreate-metrics/commit/78df783e9cdbb67d5f542017ae2fa7d034da922f))
# [1.12.0](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.11.2...v1.12.0) (2023-12-01)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@cocreate/metrics",
"version": "1.12.0",
"version": "1.12.1",
"description": "CoCreate-metrics",

@@ -5,0 +5,0 @@ "keywords": [

@@ -31,3 +31,3 @@ const fs = require('fs');

cpuTotalUsage = cpuTotalUsage / cpuUsage.length
console.log(`CPU usage: ${cpuTotalUsage.toFixed(2)}%}`);
// console.log(`CPU usage: ${cpuTotalUsage.toFixed(2)}%}`);
}, 1000); // 1-second interval

@@ -54,3 +54,3 @@ }

// console.log(`Used Memory: ${usedMemory} kB`);
console.log(`Memory Usage: ${usedMemoryPercentage.toFixed(2)}%`);
// console.log(`Memory Usage: ${usedMemoryPercentage.toFixed(2)}%`);
};

@@ -57,0 +57,0 @@

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