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.0.8 to 0.1.0

9

lib/index.js

@@ -39,5 +39,6 @@ 'use strict';

var name = this.provider.naming.normalizeNameToAlphaNumericOnly(identifier);
consoleLog(identifier);
consoleLog(name);
consoleLog(options.tasks[identifier]);
if (debug) consoleLog(yellow('Processing ' + identifier));
// consoleLog(identifier);
// consoleLog(name);
// consoleLog(options.tasks[identifier]);

@@ -51,3 +52,3 @@ // get all override values, if they exists

consoleLog(override);
// consoleLog(override);
if (!override.hasOwnProperty('role')) {

@@ -54,0 +55,0 @@ // check if the default role can be assumed by ecs, if not, make it so

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

},
"version": "0.0.8"
"version": "0.1.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