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

akkeris

Package Overview
Dependencies
Maintainers
4
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.3.4 to 2.3.5

2

package.json
{
"name": "akkeris",
"version": "2.3.4",
"version": "2.3.5",
"description": "Akkeris CLI",

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

@@ -366,2 +366,5 @@ "use strict"

})
oneclick_app_option.app.demand = false;
appkit.args

@@ -368,0 +371,0 @@ .command('apps', 'list available apps', filter_app_option, list.bind(null, appkit))

@@ -129,3 +129,3 @@ "use strict"

.command('auth', 'authentication (login, logout)', {}, whoami.bind(null, appkit))
.command('auth:login', 'log in with your OC Tanner network credentials', login_options, login.bind(null, appkit))
.command('auth:login', 'log in with your credentials', login_options, login.bind(null, appkit))
.command('auth:logout', 'clear local authentication credentials', {}, logout.bind(null, appkit))

@@ -132,0 +132,0 @@ .command('auth:token', 'display your api token', {}, token.bind(null, appkit))

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