@parcel/fs-search
Advanced tools
Comparing version 2.0.0-nightly.2186 to 2.0.0-nightly.2190
@@ -1,6 +0,5 @@ | ||
const fs = require('fs'); | ||
let parts = [process.platform, process.arch]; | ||
if (process.platform === 'linux') { | ||
if (fs.existsSync('/etc/alpine-release')) { | ||
const {MUSL, family} = require('detect-libc'); | ||
if (family === MUSL) { | ||
parts.push('musl'); | ||
@@ -7,0 +6,0 @@ } else if (process.arch === 'arm') { |
{ | ||
"name": "@parcel/fs-search", | ||
"version": "2.0.0-nightly.2186+fbca3a93", | ||
"version": "2.0.0-nightly.2190+dba96de0", | ||
"license": "MIT", | ||
@@ -33,3 +33,6 @@ "publishConfig": { | ||
}, | ||
"gitHead": "fbca3a93f8ff1178d35ecf55cd31f243c5359dd1" | ||
"dependencies": { | ||
"detect-libc": "^1.0.3" | ||
}, | ||
"gitHead": "dba96de07f7aef36fc11a15619e87c5acec00bac" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1929488
1
1
+ Addeddetect-libc@^1.0.3
+ Addeddetect-libc@1.0.3(transitive)