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

jitsu

Package Overview
Dependencies
Maintainers
5
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jitsu - npm Package Compare versions

Comparing version 0.12.10-1 to 0.12.10-2

2

lib/jitsu/commands/apps.js

@@ -972,3 +972,3 @@ /*

drones = drones || app.maxDrones;
ram = ram || app.config.cloud[0].ram;
ram = ram || (app.config.cloud ? app.config.cloud[0].ram : 256);

@@ -975,0 +975,0 @@ var cloud = {

@@ -11,3 +11,3 @@ {

],
"version": "0.12.10-1",
"version": "0.12.10-2",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",

@@ -14,0 +14,0 @@ "maintainers": [

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