Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.9 to 2.4.10

2

package.json
{
"name": "akkeris",
"version": "2.4.9",
"version": "2.4.10",
"description": "Akkeris CLI",

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

@@ -372,2 +372,11 @@ "use strict"

let destroy_app_option = Object.assign(require_app_option, {
'confirm':{
'alias':'c',
'demand':false,
'string':true,
'description':'Confirm (in advance) the name of the app to destroy.'
}
})
oneclick_app_option.app.demand = false;

@@ -379,3 +388,3 @@

.command('create [NAME]', false, create_apps_options, create.bind(null, appkit))
.command('apps:destroy', 'permanently destroy an app', require_app_option, destroy.bind(null, appkit))
.command('apps:destroy', 'permanently destroy an app', destroy_app_option, destroy.bind(null, appkit))
.command('apps:delete', false, require_app_option, destroy.bind(null, appkit))

@@ -382,0 +391,0 @@ .command('apps:remove', false, require_app_option, destroy.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