Socket
Socket
Sign inDemoInstall

builder-util

Package Overview
Dependencies
Maintainers
2
Versions
252
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 25.0.0-alpha.4 to 25.0.0-alpha.6

5

out/7za.js

@@ -6,4 +6,7 @@ "use strict";

const fs_extra_1 = require("fs-extra");
const fs = require("fs");
async function getPath7za() {
await (0, fs_extra_1.chmod)(_7zip_bin_1.path7za, 0o755);
if (fs.existsSync(_7zip_bin_1.path7za)) {
await (0, fs_extra_1.chmod)(_7zip_bin_1.path7za, 0o755);
}
return _7zip_bin_1.path7za;

@@ -10,0 +13,0 @@ }

2

package.json
{
"name": "builder-util",
"version": "25.0.0-alpha.4",
"version": "25.0.0-alpha.6",
"main": "out/util.js",

@@ -5,0 +5,0 @@ "author": "Vladimir Krivosheev",

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