🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

to
0.4.1

8

lib/index.js

@@ -75,9 +75,3 @@ 'use strict';

let value = target_environment[key];
// any non-string value needs to be send through as json
if(typeof value == 'object') {
environment.push({"Name": key, "Value": JSON.stringify(value)})
} else {
environment.push({"Name": key, "Value": value})
}
environment.push({"Name": key, "Value": value})
})

@@ -84,0 +78,0 @@ }

2

package.json

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

},
"version": "0.4.0"
"version": "0.4.1"
}