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.4.0 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"
}
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