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.9 to 0.1.10

2

lib/main.js

@@ -124,3 +124,2 @@ /*

var autoScalingGroup = function (cb) {
var tags = container.specific.tags || [];
var loadBalancerName = fetchELBId(c);

@@ -140,2 +139,3 @@ logger.info({ loadBalancerName: loadBalancerName }, 'LoadBalancerName');

var maxSize = container.specific.MaxSize || autoScalingMaxSize;
var tags = container.specific.Tags || [];

@@ -142,0 +142,0 @@ tags = tags.concat([

{
"name": "aws-autoscaling-container",
"version": "0.1.9",
"version": "0.1.10",
"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