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

builder-util

Package Overview
Dependencies
Maintainers
2
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 24.8.0 to 24.8.1

4

out/util.js

@@ -13,2 +13,3 @@ "use strict";

const js_yaml_1 = require("js-yaml");
const fs_extra_1 = require("fs-extra");
const path = require("path");

@@ -330,4 +331,5 @@ const log_1 = require("./log");

exports.InvalidConfigurationError = InvalidConfigurationError;
function executeAppBuilder(args, childProcessConsumer, extraOptions = {}, maxRetries = 0) {
async function executeAppBuilder(args, childProcessConsumer, extraOptions = {}, maxRetries = 0) {
const command = app_builder_bin_1.appBuilderPath;
await (0, fs_extra_1.chmod)(_7zip_bin_1.path7za, 0o755);
const env = {

@@ -334,0 +336,0 @@ ...process.env,

{
"name": "builder-util",
"version": "24.8.0",
"version": "24.8.1",
"main": "out/util.js",

@@ -19,3 +19,3 @@ "author": "Vladimir Krivosheev",

"@types/debug": "^4.1.6",
"7zip-bin": "~5.1.1",
"7zip-bin": "~5.2.0",
"app-builder-bin": "4.0.0",

@@ -34,3 +34,3 @@ "bluebird-lst": "^1.0.9",

"temp-file": "^3.4.0",
"builder-util-runtime": "9.2.2"
"builder-util-runtime": "9.2.3"
},

@@ -37,0 +37,0 @@ "typings": "./out/util.d.ts",

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