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.4.19 to 2.4.20

4

package.json
{
"name": "akkeris",
"version": "2.4.19",
"version": "2.4.20",
"description": "Akkeris CLI",

@@ -24,4 +24,4 @@ "main": "aka.js",

"netrc": "^0.1.4",
"yargs": "^8.0.1"
"yargs": "^8.0.2"
}
}

@@ -198,6 +198,9 @@ "use strict"

function update(appkit, args) {
if(args.TYPE && args.TYPE.indexOf('=') !== -1) {
return appkit.terminal.error(new Error('Dyno name was invalid, perhaps you mean aka ps:scale?'));
}
console.assert(args.app && args.app !== '', 'An application name was not provided.');
console.assert(args.TYPE, 'No type was specified, this should be "web" if you need a web service, or "worker".');
if(!args.size && !args.quantity && args.quantity !== 0 && !args.healthcheck && !args.removeHealthcheck && typeof(args.command) === 'undefined' && !args.port ) {
throw new Error('No new changes found for updating dyno formation.');
return appkit.terminal.error(new Error('No new changes found for updating dyno formation.'));
}

@@ -204,0 +207,0 @@ let payload = {};

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