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

akkeris

Package Overview
Dependencies
Maintainers
7
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akkeris - npm Package Compare versions

Comparing version 3.1.25 to 3.1.26

2

package.json
{
"name": "akkeris",
"version": "3.1.25",
"version": "3.1.26",
"description": "Akkeris CLI",

@@ -5,0 +5,0 @@ "main": "aka.js",

@@ -81,5 +81,8 @@ const util = require('util');

let apps = args.to ? args.to : [];
apps = apps.map((x) => x.split(','));
apps = [...apps].filter((x) => { if (x.trim() === '') return false; return true; });
apps = apps
.map((x) => x.split(','))
.flat()
.filter((x) => { if (x.trim() === '') return false; return true; });
const task = appkit.terminal.task(`Promoting app **⬢ ${args.app}**`);

@@ -86,0 +89,0 @@ task.start();

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