Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@best/utils

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@best/utils - npm Package Compare versions

Comparing version 4.0.0-beta9 to 4.1.0

4

build/system-info.js

@@ -18,3 +18,3 @@ "use strict";

const { platform, distro, release, kernel, arch } = await systeminformation_1.default.osInfo();
const { avgload } = await systeminformation_1.default.currentLoad();
const { avgLoad } = await systeminformation_1.default.currentLoad();
return {

@@ -34,3 +34,3 @@ system: {

os: { platform, distro, release, kernel, arch },
load: { cpuLoad: avgload },
load: { cpuLoad: avgLoad },
};

@@ -37,0 +37,0 @@ }

@@ -7,3 +7,3 @@ {

},
"version": "4.0.0-beta9",
"version": "4.1.0",
"description": "Best Utils",

@@ -17,12 +17,8 @@ "keywords": [

"https-proxy-agent": "^5.0.0",
"is-ci": "~2.0.0",
"systeminformation": "~4.9.2"
"is-ci": "^3.0.1",
"systeminformation": "^5.9.16"
},
"devDependencies": {
"@types/systeminformation": "^3.23.1"
},
"files": [
"build/**/*.js"
],
"gitHead": "e6715b73efc2f47459b39a2c956676caf49c5a19"
]
}
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