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.5.1 to 0.6.0

7

lib/index.js

@@ -28,2 +28,5 @@ 'use strict';

"Type" : "AWS::ECS::Cluster",
'Properties': {
'Tags': this.serverless.service.provider.stackTags,
}
}

@@ -107,2 +110,3 @@

'Cpu': options.tasks[identifier]['cpu'] || 256,
'Tags': this.serverless.service.provider.stackTags,
}, task_override)

@@ -135,3 +139,4 @@ }

}, network_override),
}
},
'Tags': this.serverless.service.provider.stackTags,
}, service_override)

@@ -138,0 +143,0 @@ }

2

package.json

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

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