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 24.0.0 to 24.1.0

2

out/arch.js

@@ -21,3 +21,3 @@ "use strict";

case Arch.arm64:
return targetName === "pacman" || targetName === "flatpak" ? "aarch64" : "arm64";
return targetName === "pacman" || targetName === "rpm" || targetName === "flatpak" ? "aarch64" : "arm64";
default:

@@ -24,0 +24,0 @@ throw new Error(`Unsupported arch ${arch}`);

{
"name": "builder-util",
"version": "24.0.0",
"version": "24.1.0",
"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