New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

akkeris

Package Overview
Dependencies
Maintainers
3
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 2.1.4 to 2.1.5

6

aka.js

@@ -83,6 +83,6 @@ #!/usr/bin/env node

module.exports.args = require('yargs')
.usage('Usage: appkit COMMAND [--app APP] [command-specific-options]')
.command('update', 'update the appkit client', {}, module.exports.update.bind(null, module.exports))
.usage('Usage: akkeris COMMAND [--app APP] [command-specific-options]')
.command('update', 'update the akkeris client', {}, module.exports.update.bind(null, module.exports))
.command('version', 'display version', {}, module.exports.version.bind(null, module.exports))
.command('completion', 'show appkit auto-completion script (e.g, "ak completion >> ~/.bash_profile").', {}, () => {
.command('completion', 'show akkeris auto-completion script (e.g, "ak completion >> ~/.bash_profile").', {}, () => {
module.exports.args.showCompletionScript();

@@ -89,0 +89,0 @@ })

{
"name": "akkeris",
"version": "2.1.4",
"version": "2.1.5",
"description": "Akkeris CLI",

@@ -5,0 +5,0 @@ "main": "aka.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