@best/utils
Advanced tools
Comparing version 4.0.0-beta9 to 4.1.0
@@ -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" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
1
9497
11
2
+ Addedci-info@3.9.0(transitive)
+ Addedis-ci@3.0.1(transitive)
+ Addedsysteminformation@5.23.5(transitive)
- Removedci-info@2.0.0(transitive)
- Removedis-ci@2.0.0(transitive)
- Removedsysteminformation@4.9.2(transitive)
Updatedis-ci@^3.0.1
Updatedsysteminformation@^5.9.16