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

kpfromer-arch-install

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kpfromer-arch-install - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

5

lib/commands.js

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

const arch_1 = require("./arch");
const command_exists_1 = __importDefault(require("command-exists"));
const chalk_1 = __importDefault(require("chalk"));

@@ -69,4 +68,4 @@ const csv_1 = require("./csv");

return __awaiter(this, void 0, void 0, function* () {
if (!(yield command_exists_1.default(aur))) {
console.warn(`"${aur}" is not installed install yay.`);
if (!(yield shell_1.execShellCommand(`command -v ${aur}`))) {
console.warn(`"${aur}" is not installed. Installing yay.`);
yield arch_1.installYay(username);

@@ -73,0 +72,0 @@ aur = "yay";

2

package.json
{
"name": "kpfromer-arch-install",
"version": "0.0.12",
"version": "0.0.13",
"description": "An arch mass package installer.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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