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

ecs-service-image-updater-wait

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecs-service-image-updater-wait - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

bin/index.js

@@ -25,3 +25,3 @@ 'use strict';

newTaskDefinition["runtimePlatform"] = {
"cpuArchitecture": options.cpu || "X86_64",
"cpuArchitecture": options.arch || "X86_64",
"operatingSystemFamily": options.os || "LINUX"

@@ -28,0 +28,0 @@ }

@@ -24,2 +24,7 @@ 'use strict';

newTaskDefinition["runtimePlatform"] = {
"cpuArchitecture": options.arch || "X86_64",
"operatingSystemFamily": options.os || "LINUX"
}
return updater.createTaskDefinition(newTaskDefinition, next);

@@ -26,0 +31,0 @@ },

{
"name": "ecs-service-image-updater-wait",
"version": "1.2.0",
"version": "1.2.1",
"description": "Update an ECS service with a new Docker image",

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