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

serverless-fargate-tasks

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-fargate-tasks - npm Package Compare versions

Comparing version 0.4.1 to 0.5.1

6

lib/index.js

@@ -108,2 +108,8 @@ 'use strict';

}
// if a runtime platform is set, set the value with it's contents
if(options.tasks[identifier]['RuntimePlatform']) {
task['Properties']['RuntimePlatform'] = options.tasks[identifier]['RuntimePlatform']
}
template['Resources'][normalizedIdentifier + 'Task'] = task

@@ -110,0 +116,0 @@

2

package.json

@@ -17,3 +17,3 @@ {

},
"version": "0.4.1"
"version": "0.5.1"
}
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