New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fargate-helper

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fargate-helper - npm Package Compare versions

Comparing version 0.4.9-0 to 0.4.9-1

4

lib/FargateHelper.js

@@ -34,7 +34,7 @@ const AWS = require("aws-sdk");

const lines = fileString.split("\n");
FargateHelper._linesToOptions(lines)
FargateHelper._linesToOptions(options, lines)
} else if (key == "envContents") {
// Read in an env file
const lines = value.split(" ");
FargateHelper._linesToOptions(lines)
FargateHelper._linesToOptions(options, lines)
} else {

@@ -41,0 +41,0 @@ options[key] = value;

{
"name": "fargate-helper",
"version": "0.4.9-0",
"version": "0.4.9-1",
"description": "Helper scripts for deploying to Fargate",

@@ -5,0 +5,0 @@ "main": "index.js",

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