
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
capacitor-sys-cpu
Advanced tools
Capacitor plugin for obtaining system CPU utilization.
npm install capacitor-sys-cpu
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
getCpuInfo() => Promise<CpuInfo>
Returns: Promise<CpuInfo>
getOnlineCpus() => Promise<OnlineInfo>
Returns: Promise<OnlineInfo>
getZoneTemp(options: { zone: Number; }) => Promise<{ temp: number; }>
Param | Type |
---|---|
options | { zone: Number; } |
Returns: Promise<{ temp: number; }>
Prop | Type |
---|---|
load | number |
Prop | Type |
---|---|
online | string |
An object that represents a number of any kind. All JavaScript numbers are 64-bit floating-point numbers.
Method | Signature | Description |
---|---|---|
toString | (radix?: number | undefined) => string | Returns a string representation of an object. |
toFixed | (fractionDigits?: number | undefined) => string | Returns a string representing a number in fixed-point notation. |
toExponential | (fractionDigits?: number | undefined) => string | Returns a string containing a number represented in exponential notation. |
toPrecision | (precision?: number | undefined) => string | Returns a string containing a number represented either in exponential or fixed-point notation with a specified number of digits. |
valueOf | () => number | Returns the primitive value of the specified object. |
FAQs
Capacitor plugin for obtaining system CPU utilization.
The npm package capacitor-sys-cpu receives a total of 0 weekly downloads. As such, capacitor-sys-cpu popularity was classified as not popular.
We found that capacitor-sys-cpu demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.