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

aws-autoscaling-container

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-autoscaling-container - npm Package Compare versions

Comparing version 0.1.6 to 0.1.8

6

lib/container.js

@@ -79,3 +79,7 @@ /*

var start = function start(mode, target, system, containerDef, container, out, cb) {
main.setup(config, mode, target, system, containerDef, container, out, cb);
if (mode !== 'preview') {
main.setup(config, mode, target, system, containerDef, container, out, cb);
} else {
cb();
}
};

@@ -82,0 +86,0 @@

2

lib/main.js

@@ -95,3 +95,3 @@ /*

var instanceType = spec.InstanceType || config.defaultInstanceType; // this need to be configurable
var securityGroups = [];
var securityGroups = container.specific.securityGroups || [];
var keyName = container.specific.KeyName || config.defaultKeyName;

@@ -98,0 +98,0 @@ getParamFromAncestorsSpecific(c, 'GroupId', function (err, groupId) {

{
"name": "aws-autoscaling-container",
"version": "0.1.6",
"version": "0.1.8",
"description": "AWS Autoscaling Group support for nscale",

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