New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.0 to 0.6.1

6

lib/index.js

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

'Properties': {
'Tags': this.serverless.service.provider.stackTags,
'Tags': Object.entries(this.serverless.service.provider.stackTags).map(function(t) { return {Key: t[0], Value: t[1]}}),
}

@@ -110,3 +110,3 @@ }

'Cpu': options.tasks[identifier]['cpu'] || 256,
'Tags': this.serverless.service.provider.stackTags,
'Tags': Object.entries(this.serverless.service.provider.stackTags).map(function(t) { return {Key: t[0], Value: t[1]}}),
}, task_override)

@@ -140,3 +140,3 @@ }

},
'Tags': this.serverless.service.provider.stackTags,
'Tags': Object.entries(this.serverless.service.provider.stackTags).map(function(t) { return {Key: t[0], Value: t[1]}}),
}, service_override)

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

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

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