Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kes

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kes - npm Package Compare versions

Comparing version 0.0.3-beta-2 to 0.0.3-beta-3

2

package.json
{
"name": "kes",
"version": "0.0.3-beta-2",
"version": "0.0.3-beta-3",
"description": "Making deployment to AWS using CloudFormation easier and fun",

@@ -5,0 +5,0 @@ "scripts": {},

@@ -98,2 +98,6 @@ 'use strict';

const uploads = config.lambdas.map((lambda) => {
if (lambda.s3Source) {
return { Location: `s3://${lambda.s3Source.bucket}/${lambda.s3Source.key}` };
}
zipLambda(lambda);

@@ -100,0 +104,0 @@ const folderName = getFolderName(lambda.handler);

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