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

builder-util

Package Overview
Dependencies
Maintainers
1
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-util - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

1

out/bundledTool.d.ts

@@ -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

4

package.json
{
"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

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