builder-util
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -10,2 +10,1 @@ export declare const EXEC_TIMEOUT: { | ||
export declare function computeToolEnv(libPath: Array<string>): any; | ||
export declare function getLinuxToolsPath(): Promise<string>; |
@@ -6,13 +6,4 @@ "use strict"; | ||
}); | ||
exports.EXEC_TIMEOUT = undefined; | ||
exports.computeEnv = computeEnv; | ||
exports.computeToolEnv = computeToolEnv; | ||
exports.getLinuxToolsPath = getLinuxToolsPath; | ||
var _binDownload; | ||
function _load_binDownload() { | ||
return _binDownload = require("./binDownload"); | ||
} | ||
// 2 minutes | ||
@@ -28,6 +19,2 @@ const EXEC_TIMEOUT = exports.EXEC_TIMEOUT = { timeout: 120 * 1000 }; | ||
} | ||
function getLinuxToolsPath() { | ||
//noinspection SpellCheckingInspection | ||
return (0, (_binDownload || _load_binDownload()).getBinFromGithub)("linux-tools", "mac-10.12.3", "SQ8fqIRVXuQVWnVgaMTDWyf2TLAJjJYw3tRSqQJECmgF6qdM7Kogfa6KD49RbGzzMYIFca9Uw3MdsxzOPRWcYw=="); | ||
} | ||
//# sourceMappingURL=bundledTool.js.map |
{ | ||
"name": "builder-util", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"main": "out/util.js", | ||
@@ -14,3 +14,3 @@ "author": "Vladimir Krivosheev", | ||
"dependencies": { | ||
"temp-file": "^2.0.3", | ||
"temp-file": "^2.1.0", | ||
"fs-extra-p": "^4.4.4", | ||
@@ -17,0 +17,0 @@ "is-ci": "^1.0.10", |
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
30
192325
2406
Updatedtemp-file@^2.1.0