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

thread-cpu-usage

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thread-cpu-usage - npm Package Compare versions

Comparing version 0.2.0-alpha.6 to 0.2.0-alpha.7

native/linux-arm64-glibc.node

2

package.json
{
"name": "thread-cpu-usage",
"version": "0.2.0-alpha.6",
"version": "0.2.0-alpha.7",
"description": "Get CPU usage per thread",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/platformatic/thread-cpu-usage#readme",

@@ -5,4 +5,9 @@ import { cp, rm } from 'node:fs/promises'

await cleanNativeDirectory()
try {
await cleanNativeDirectory()
} catch (e) {
// This can fail on Docker, and it is okay
}
await cp(resolve(import.meta.dirname, '../build/Release/thread-cpu-usage-native.node'), getNativeAddonPath())
await rm(resolve(import.meta.dirname, '../build'), { recursive: true, force: true })

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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