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

diat-linux-perf

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diat-linux-perf - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

5

install.js
const semver = require('semver')
const childProcess = require('child_process')
const os = require('os')
const packageJSON = require('./package.json')

@@ -12,3 +13,5 @@

async function main() {
if (semver.satisfies(process.version, '>=10.4.0')) {
if (os.platform() === 'win32') {
console.warn(`win32 doesn't support ${packageJSON.name}`)
} else if (semver.satisfies(process.version, '>=10.4.0')) {
const child = childProcess.exec(kGypRebuildCmd)

@@ -15,0 +18,0 @@ let stderrStrs = ''

4

package.json
{
"name": "diat-linux-perf",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -33,3 +33,3 @@ "main": "linux-perf.js",

},
"gitHead": "8398e94d8fb041cda249c4660fb98f80ab41fdf9"
"gitHead": "b82e5a25af8246719fc89e3f5d77074176947af8"
}
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