detect-libc
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -13,2 +13,2 @@ #!/usr/bin/env node | ||
spawnSync(process.argv[2], process.argv.slice(3), spawnOptions); | ||
process.exit(spawnSync(process.argv[2], process.argv.slice(3), spawnOptions).status); |
{ | ||
"name": "detect-libc", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Node.js module to detect the C standard library (libc) implementation family and version", | ||
@@ -5,0 +5,0 @@ "main": "lib/detect-libc.js", |
@@ -45,3 +45,3 @@ # detect-libc | ||
"dependencies": { | ||
"detect-libc": "^0.0.4", | ||
"detect-libc": "^0.0.5", | ||
"prebuild-install": "^2.1.2" | ||
@@ -48,0 +48,0 @@ }, |
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
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
15349